From 5c7b2afa8c2e9ffcf9536d88093ab57699d0fd54 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 27 Feb 2017 15:44:50 +0100 Subject: Ready for catlfish-0.10.1. --- 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 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, []}}]}. -- cgit v1.1