about summary refs log tree commit diff
path: root/main.go
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-05-18T17·37+0200
committerVincent Ambo <tazjin@gmail.com>2017-05-18T17·41+0200
commitf79b261079336cd36bc923e8cf7f35f7295820ce (patch)
treec8543211c23ea6d84ef6345a9ae25d18c7bd1249 /main.go
parentaadea2f698fedf5423184b854913d126a6219fb5 (diff)
chore: Version bump to 1.0.2
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 3a0febbb0a..033f2b5ca8 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