mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39:43 +02:00
parent
ac84eaf85d
commit
9aaea9492a
6 changed files with 825 additions and 727 deletions
|
@ -41,8 +41,8 @@ func main() {
|
|||
rt.Product = domain.Product{}
|
||||
rt.Product.Major = "2"
|
||||
rt.Product.Minor = "0"
|
||||
rt.Product.Patch = "4"
|
||||
rt.Product.Revision = "190211190723"
|
||||
rt.Product.Patch = "5"
|
||||
rt.Product.Revision = "190221103505"
|
||||
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