From f79b261079336cd36bc923e8cf7f35f7295820ce Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 18 May 2017 19:37:01 +0200 Subject: chore: Version bump to 1.0.2 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 3a0febbb0a39..033f2b5ca893 100644 --- a/main.go +++ b/main.go @@ -11,7 +11,7 @@ import ( "gopkg.in/alecthomas/kingpin.v2" ) -const version string = "1.0.1" +const version string = "1.0.2" // This variable will be initialised by the Go linker during the builder var gitHash string -- cgit 1.4.1