mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39:43 +02:00
upgraded to latest ember release
This commit is contained in:
parent
cb4dedeb37
commit
20f9272d46
28 changed files with 729 additions and 695 deletions
|
@ -26,8 +26,8 @@ type ProdInfo struct {
|
|||
// Product returns product edition details
|
||||
func Product() (p ProdInfo) {
|
||||
p.Major = "0"
|
||||
p.Minor = "22"
|
||||
p.Patch = "1"
|
||||
p.Minor = "23"
|
||||
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue