From 9671ca055f6edc8e45922b21f3a2903e88eab923 Mon Sep 17 00:00:00 2001 From: Oleksandr Kushchenko Date: Sat, 27 Jan 2018 16:34:20 +0200 Subject: [PATCH] bump to v0.16.0-dev --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 28967b5a2..5f40e73cc 100644 --- a/version.go +++ b/version.go @@ -1,6 +1,6 @@ package main -const Version = "0.15.0" +const Version = "0.16.0-dev" // We want to replace this variable at build time with "-ldflags -X main.GitSHA=xxx", where const is not supported. var GitSHA = ""