summaryrefslogtreecommitdiff
path: root/ebin/catlfish.app
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2014-09-22 09:51:30 +0200
committerMagnus Ahltorp <map@kth.se>2014-09-22 09:51:30 +0200
commit021f406a0f4056c52a16bfa11d84972e005ab7a6 (patch)
tree30f2ef2f826a7ceca83002a7b1628c5b0c81374a /ebin/catlfish.app
parent90af53429cce94dee753441b780a9cf050f5fced (diff)
parent813cddd87ffa18ffdc3ff6df54377bb0590fc445 (diff)
Merge master
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 e1807c5..5e3b7ee 100644
--- a/ebin/catlfish.app
+++ b/ebin/catlfish.app
@@ -6,7 +6,7 @@
%% starting beam.
{application, catlfish,
[{description, "catlfish -- Certificate Transparency Log Server"},
- {vsn, "0.0.1"},
+ {vsn, "0.1.1"},
{modules, [v1, catlfish_app]},
{applications, [kernel, stdlib, plop, inets, jiffy]},
{mod, {catlfish_app, []}}]}.