From 459c5ebf083e5f076c17118d82ae16c080fdb9b5 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 3 Apr 2015 19:36:22 +0200 Subject: Bump version to 0.6.0-dev. --- ebin/catlfish.app | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'ebin/catlfish.app') diff --git a/ebin/catlfish.app b/ebin/catlfish.app index d97e1be..2101a24 100644 --- a/ebin/catlfish.app +++ b/ebin/catlfish.app @@ -1,12 +1,11 @@ %%% Copyright (c) 2014, NORDUnet A/S. %%% See LICENSE for licensing information. -%% Application resource file for catlfish (in -*- erlang -*- mode). -%% Point out the proper configuration file (-config catlfish) when -%% starting beam. +%% Application resource file for catlfish. + {application, catlfish, [{description, "catlfish -- Certificate Transparency Log Server"}, - {vsn, "0.2.0-dev"}, + {vsn, "0.6.0-dev"}, {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