summaryrefslogtreecommitdiff
path: root/ebin/catlfish.app
diff options
context:
space:
mode:
Diffstat (limited to 'ebin/catlfish.app')
-rw-r--r--ebin/catlfish.app2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/catlfish.app b/ebin/catlfish.app
index 9de21a0..2c3f04a 100644
--- a/ebin/catlfish.app
+++ b/ebin/catlfish.app
@@ -5,7 +5,7 @@
{application, catlfish,
[{description, "catlfish -- Certificate Transparency Log Server"},
- {vsn, "0.9.0"},
+ {vsn, "0.10.0-dev"},
{modules, [catlfish, catlfish_app, catlfish_sup, catlfish_web, v1, x509]},
{applications, [kernel, stdlib, plop, lager, mochiweb, idna, asn1, crypto]},
{mod, {catlfish_app, []}}]}.