From d0e8141aaa50621bf5200306bf24fff5a7851742 Mon Sep 17 00:00:00 2001 From: Harvey Kandola Date: Sat, 10 Sep 2016 16:24:47 -0700 Subject: [PATCH] bump version --- core/product.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/product.go b/core/product.go index 9c574cf9..65538b44 100644 --- a/core/product.go +++ b/core/product.go @@ -26,7 +26,7 @@ type ProdInfo struct { // Product returns product edition details func Product() (p ProdInfo) { p.Major = "0" - p.Minor = "17" + p.Minor = "18" p.Patch = "0" p.Version = fmt.Sprintf("%s.%s.%s", p.Major, p.Minor, p.Patch) p.Edition = "Community"