mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
removed dead code after refactor, bumped version
This commit is contained in:
parent
2bfc558e91
commit
355259c157
8 changed files with 4 additions and 47 deletions
|
@ -26,7 +26,7 @@ type ProdInfo struct {
|
|||
// Product returns product edition details
|
||||
func Product() (p ProdInfo) {
|
||||
p.Major = "0"
|
||||
p.Minor = "29"
|
||||
p.Minor = "30"
|
||||
p.Patch = "0"
|
||||
p.Version = fmt.Sprintf("%s.%s.%s", p.Major, p.Minor, p.Patch)
|
||||
p.Edition = "Community"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue