From 97bef90387261d5e93c3bf8668ec55667b7fa2e0 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 9 Jun 2018 21:30:22 +0200 Subject: chore: Bump version to 1.6.0 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 0ca8de428e6c..a94397619561 100644 --- a/main.go +++ b/main.go @@ -26,7 +26,7 @@ import ( "gopkg.in/alecthomas/kingpin.v2" ) -const version string = "1.5.0" +const version string = "1.6.0" // This variable will be initialised by the Go linker during the builder var gitHash string -- cgit 1.4.1