diff options
author | Linus Nordberg <linus@nordberg.se> | 2015-05-11 11:30:36 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2015-05-11 11:30:36 +0200 |
commit | 73b88196765b8488aac528426bffc2f7768b3bdd (patch) | |
tree | 4a6aa17b5fde290bca58e470627fd4277fb79421 /ebin | |
parent | 8de1e4ac6a69cdbc8a67157688f724d63e78508d (diff) |
Bump version and update NEWS.
Diffstat (limited to 'ebin')
-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 3566e47..2289f78 100644 --- a/ebin/catlfish.app +++ b/ebin/catlfish.app @@ -5,7 +5,7 @@ {application, catlfish, [{description, "catlfish -- Certificate Transparency Log Server"}, - {vsn, "0.7.0"}, + {vsn, "0.8.0-dev"}, {modules, [catlfish, catlfish_app, catlfish_sup, catlfish_web, v1, x509]}, {applications, [kernel, stdlib, plop, lager, mochiweb, idna, asn1, crypto]}, {mod, {catlfish_app, []}}]}. |