1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 07:09:43 +02:00

bumped version cycle to 1.0.0

This commit is contained in:
Harvey Kandola 2017-04-03 16:40:20 +01:00
parent c5443fffb4
commit 20ac8ac867

View file

@ -33,9 +33,9 @@ var port, certFile, keyFile, forcePort2SSL string
var Product core.ProdInfo
func init() {
Product.Major = "0"
Product.Minor = "44"
Product.Patch = "1"
Product.Major = "1"
Product.Minor = "0"
Product.Patch = "0"
Product.Version = fmt.Sprintf("%s.%s.%s", Product.Major, Product.Minor, Product.Patch)
Product.Edition = "Community"
Product.Title = fmt.Sprintf("%s Edition", Product.Edition)