From ee915ea5fbabcc13002f4da90c30f6e078105ccd Mon Sep 17 00:00:00 2001 From: Guilherme Oenning Date: Sat, 16 Mar 2019 13:31:57 +0000 Subject: [PATCH] chore: bump to v0.18.0 (#740) --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 80a4b9e36..357b9ae8a 100644 --- a/main.go +++ b/main.go @@ -21,7 +21,7 @@ var ( // Use this for stable releases // version = "x.y.z" - version = "0.18.0-" + buildnumber + version = "0.18.0" ) func main() {