1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

set pageMeta.config

This commit is contained in:
Harvey Kandola 2016-12-04 18:27:22 -08:00
parent 3b3785ba24
commit f1ba45f203
4 changed files with 4 additions and 3 deletions

View file

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