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:
parent
c5443fffb4
commit
20ac8ac867
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue