diff options
author | Linus Nordberg <linus@nordu.net> | 2017-02-27 15:44:50 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2017-02-27 15:44:50 +0100 |
commit | 5c7b2afa8c2e9ffcf9536d88093ab57699d0fd54 (patch) | |
tree | d30a63591fcd8405d8449388304246f9ec7c3595 /ebin/catlfish.app | |
parent | eb3f705c39e022bf3d07c27d6e5b8ddfed638992 (diff) |
Ready for catlfish-0.10.1.catlfish-0.10.1maint-0.10
Diffstat (limited to 'ebin/catlfish.app')
-rw-r--r-- | ebin/catlfish.app | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ebin/catlfish.app b/ebin/catlfish.app index b21b86d..b6e17e5 100644 --- a/ebin/catlfish.app +++ b/ebin/catlfish.app @@ -1,11 +1,11 @@ -%%% Copyright (c) 2014-2016, NORDUnet A/S. +%%% Copyright (c) 2014-2017, NORDUnet A/S. %%% See LICENSE for licensing information. %% Application resource file for catlfish. {application, catlfish, [{description, "catlfish -- Certificate Transparency Log Server"}, - {vsn, "1.0.1-alpha-dev"}, + {vsn, "0.10.1"}, {modules, [catlfish, catlfish_app, catlfish_sup, catlfish_web, v1, x509]}, {applications, [kernel, stdlib, plop, lager, mochiweb, idna, asn1, crypto]}, {mod, {catlfish_app, []}}]}. |