diff options
author | Magnus Ahltorp <map@kth.se> | 2014-09-22 09:51:30 +0200 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2014-09-22 09:51:30 +0200 |
commit | 021f406a0f4056c52a16bfa11d84972e005ab7a6 (patch) | |
tree | 30f2ef2f826a7ceca83002a7b1628c5b0c81374a /ebin/catlfish.app | |
parent | 90af53429cce94dee753441b780a9cf050f5fced (diff) | |
parent | 813cddd87ffa18ffdc3ff6df54377bb0590fc445 (diff) |
Merge master
Diffstat (limited to 'ebin/catlfish.app')
-rw-r--r-- | ebin/catlfish.app | 2 |
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, []}}]}. |