From 236b85ff0098c34fc7ed2f0618c09e845b4e7786 Mon Sep 17 00:00:00 2001 From: Yosuke Hara Date: Fri, 20 Feb 2015 19:36:23 +0900 Subject: [PATCH] Bump leo_gateway to 1.2.6 --- src/leo_gateway.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/leo_gateway.app.src b/src/leo_gateway.app.src index 761fe3d..759bc86 100644 --- a/src/leo_gateway.app.src +++ b/src/leo_gateway.app.src @@ -23,7 +23,7 @@ {application, leo_gateway, [ {description, "LeoFS Gateway Server"}, - {vsn, "1.2.5"}, + {vsn, "1.2.6"}, {id, "leo_gateway"}, {registered, []}, {applications, [kernel, stdlib, crypto, ranch, asn1]},