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

Final tweaks for github smart section

This commit is contained in:
EnesAlili 2016-09-05 15:19:25 +01:00
parent 63ff537780
commit 03594a4452
6 changed files with 19 additions and 17 deletions

View file

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