From 8f23472c99ed1b4fe4e33dcef8a30c530da17fcf Mon Sep 17 00:00:00 2001 From: Harvey Kandola Date: Sat, 15 Oct 2016 19:44:31 -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 a6284a71..5a5675d6 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 = "25" + p.Minor = "26" p.Patch = "0" p.Version = fmt.Sprintf("%s.%s.%s", p.Major, p.Minor, p.Patch) p.Edition = "Community"