mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
upgraded to latest ember
This commit is contained in:
parent
078e00f3c6
commit
3e44e0863f
6 changed files with 33 additions and 29 deletions
|
@ -27,7 +27,7 @@ type ProdInfo struct {
|
|||
func Product() (p ProdInfo) {
|
||||
p.Major = "0"
|
||||
p.Minor = "28"
|
||||
p.Patch = "1"
|
||||
p.Patch = "2"
|
||||
p.Version = fmt.Sprintf("%s.%s.%s", p.Major, p.Minor, p.Patch)
|
||||
p.Edition = "Community"
|
||||
p.Title = fmt.Sprintf("%s Edition", p.Edition)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue