mirror of
https://github.com/documize/community.git
synced 2025-07-19 21:29:42 +02:00
v2.4.1 prep
This commit is contained in:
parent
e6e3ed71ac
commit
c666e68c2b
2 changed files with 1134 additions and 1134 deletions
|
@ -41,8 +41,8 @@ func main() {
|
|||
rt.Product = domain.Product{}
|
||||
rt.Product.Major = "2"
|
||||
rt.Product.Minor = "4"
|
||||
rt.Product.Patch = "0"
|
||||
rt.Product.Revision = "190420150416"
|
||||
rt.Product.Patch = "1"
|
||||
rt.Product.Revision = "190426114302"
|
||||
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)
|
||||
|
|
2264
embed/bindata.go
2264
embed/bindata.go
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue