1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 13:19:43 +02:00

Bump version 2.5.0

This commit is contained in:
McMatts 2019-05-14 14:52:11 +01:00
parent f738077f5a
commit 8ecbb9cdee
3 changed files with 1325 additions and 3363 deletions

View file

@ -40,9 +40,9 @@ func main() {
// Specify the product edition.
rt.Product = domain.Product{}
rt.Product.Major = "2"
rt.Product.Minor = "4"
rt.Product.Patch = "2"
rt.Product.Revision = "190429132654"
rt.Product.Minor = "5"
rt.Product.Patch = "0"
rt.Product.Revision = "190514122933"
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

View file

@ -1,6 +1,6 @@
{
"name": "documize",
"version": "2.4.2",
"version": "2.5.0",
"description": "The Document IDE",
"repository": "",
"license": "AGPL",