From 5a5e4d2d68601eb9308b4f060a29076aa6852fce Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 13 Apr 2015 20:22:08 +0200 Subject: catlfish-0.6.0. --- ebin/catlfish.app | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ebin') diff --git a/ebin/catlfish.app b/ebin/catlfish.app index 2101a24..2b63b4d 100644 --- a/ebin/catlfish.app +++ b/ebin/catlfish.app @@ -1,11 +1,11 @@ -%%% Copyright (c) 2014, NORDUnet A/S. +%%% Copyright (c) 2014-2015, NORDUnet A/S. %%% See LICENSE for licensing information. %% Application resource file for catlfish. {application, catlfish, [{description, "catlfish -- Certificate Transparency Log Server"}, - {vsn, "0.6.0-dev"}, + {vsn, "0.6.0"}, {modules, [catlfish, catlfish_app, catlfish_sup, catlfish_web, v1, x509]}, {applications, [kernel, stdlib, plop, lager, mochiweb, idna, asn1, crypto]}, {mod, {catlfish_app, []}}]}. -- cgit v1.1