about summary refs log tree commit diff
path: root/main.go
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-09-04T10·22+0100
committerVincent Ambo <github@tazj.in>2019-09-04T10·58+0100
commitfad8dfcef67c0ee2158dc67a90ec0566d76aa8f2 (patch)
tree2ec7bf00058a7678cd60294258c6d1d65835f729 /main.go
parent7b9ae4831d1515916c0aed3d98c2a143bcf04c49 (diff)
chore(build): Bump version to 1.8.0
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 ceb801b110..e55d42465c 100644
--- a/main.go
+++ b/main.go
@@ -26,7 +26,7 @@ import (
 	"gopkg.in/alecthomas/kingpin.v2"
 )
 
-const version string = "1.7.0"
+const version string = "1.8.0"
 
 // This variable will be initialised by the Go linker during the builder
 var gitHash string