mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
parent
9f4715a494
commit
bbed3e5a08
11 changed files with 770 additions and 766 deletions
|
@ -41,8 +41,8 @@ func main() {
|
|||
rt.Product = domain.Product{}
|
||||
rt.Product.Major = "2"
|
||||
rt.Product.Minor = "0"
|
||||
rt.Product.Patch = "2"
|
||||
rt.Product.Revision = 190205110701
|
||||
rt.Product.Patch = "3"
|
||||
rt.Product.Revision = "190210120245"
|
||||
rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
|
||||
rt.Product.Edition = domain.CommunityEdition
|
||||
rt.Product.Title = fmt.Sprintf("%s Edition", rt.Product.Edition)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue