1
0
Fork 0
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:
Harvey Kandola 2019-04-26 12:21:04 +01:00
parent e6e3ed71ac
commit c666e68c2b
2 changed files with 1134 additions and 1134 deletions

View file

@ -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)

File diff suppressed because one or more lines are too long