mirror of
https://github.com/documize/community.git
synced 2025-07-20 13:49:42 +02:00
bumped version
This commit is contained in:
parent
ade749a7ba
commit
cb4dedeb37
2 changed files with 566 additions and 566 deletions
|
@ -27,7 +27,7 @@ type ProdInfo struct {
|
||||||
func Product() (p ProdInfo) {
|
func Product() (p ProdInfo) {
|
||||||
p.Major = "0"
|
p.Major = "0"
|
||||||
p.Minor = "22"
|
p.Minor = "22"
|
||||||
p.Patch = "0"
|
p.Patch = "1"
|
||||||
p.Version = fmt.Sprintf("%s.%s.%s", p.Major, p.Minor, p.Patch)
|
p.Version = fmt.Sprintf("%s.%s.%s", p.Major, p.Minor, p.Patch)
|
||||||
p.Edition = "Community"
|
p.Edition = "Community"
|
||||||
p.Title = fmt.Sprintf("%s Edition", p.Edition)
|
p.Title = fmt.Sprintf("%s Edition", p.Edition)
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue