1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

Bump to version 0.22.0 (in line with Enterprise version)

This commit is contained in:
Elliott Stoneham 2016-09-30 11:32:49 +01:00
parent 25b66f77a1
commit ec8e0d7312

View file

@ -26,7 +26,7 @@ type ProdInfo struct {
// Product returns product edition details
func Product() (p ProdInfo) {
p.Major = "0"
p.Minor = "20"
p.Minor = "22"
p.Patch = "0"
p.Version = fmt.Sprintf("%s.%s.%s", p.Major, p.Minor, p.Patch)
p.Edition = "Community"