From 416ff71beda6790ac57771b484924d439a65c552 Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Mon, 26 Sep 2016 16:49:07 +0200 Subject: [PATCH] bump version to 0.1.15 Signed-off-by: Antonio Murdaca --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index ea7c9d9e..fa3b4dec 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ package version // Version is the version of the build. -const Version = "0.1.14-dev" +const Version = "0.1.15"