mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
workspace bar ready!
This commit is contained in:
parent
b7392b52d2
commit
c4dfa42087
22 changed files with 270 additions and 254 deletions
|
@ -26,8 +26,8 @@ type ProdInfo struct {
|
|||
// Product returns product edition details
|
||||
func Product() (p ProdInfo) {
|
||||
p.Major = "0"
|
||||
p.Minor = "28"
|
||||
p.Patch = "2"
|
||||
p.Minor = "29"
|
||||
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