From f5cc719fb456693b447f640a540ede67c5690de6 Mon Sep 17 00:00:00 2001 From: Tuna Date: Tue, 4 Jul 2017 14:49:23 +0700 Subject: [PATCH] increment version to 0.0.15 --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 1a00e3608..a64c6d6e8 100644 --- a/version/version.go +++ b/version/version.go @@ -18,7 +18,7 @@ package version var ( // VERSION should be updated by hand at each release - VERSION = "0.0.14" + VERSION = "0.0.15" // GITCOMMIT will be overwritten automatically by the build system GITCOMMIT = "HEAD"