From c32de952b882c986f4fc5be09be8bdc55bf9b580 Mon Sep 17 00:00:00 2001 From: Tuna Date: Mon, 31 Oct 2016 11:33:28 +0100 Subject: [PATCH] v0.1.2 --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 6c4f38470..0bce8f71c 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.1.1" + VERSION = "0.1.2" // GITCOMMIT will be overwritten automatically by the build system GITCOMMIT = "HEAD"