mirror of
https://github.com/documize/community.git
synced 2025-07-22 06:39:43 +02:00
Bump version and embed assets
This commit is contained in:
parent
28424e7e4b
commit
a3867c617a
2 changed files with 1045 additions and 1045 deletions
|
@ -42,7 +42,7 @@ func main() {
|
||||||
rt.Product.Major = "3"
|
rt.Product.Major = "3"
|
||||||
rt.Product.Minor = "3"
|
rt.Product.Minor = "3"
|
||||||
rt.Product.Patch = "2"
|
rt.Product.Patch = "2"
|
||||||
rt.Product.Revision = "191014171946"
|
rt.Product.Revision = "191017131056"
|
||||||
rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
|
rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
|
||||||
rt.Product.Edition = domain.CommunityEdition
|
rt.Product.Edition = domain.CommunityEdition
|
||||||
rt.Product.Title = fmt.Sprintf("%s Edition", rt.Product.Edition)
|
rt.Product.Title = fmt.Sprintf("%s Edition", rt.Product.Edition)
|
||||||
|
|
2088
embed/bindata.go
2088
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