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

Bump version

This commit is contained in:
sauls8t 2018-02-23 14:33:37 +00:00
parent f8e47fe1d2
commit 00f415214c
5 changed files with 659 additions and 659 deletions

View file

@ -52,7 +52,7 @@ Space view.
## Latest version
Community edition: v1.57.2
Community edition: v1.57.3
## OS support

View file

@ -42,7 +42,7 @@ func main() {
rt.Product = env.ProdInfo{}
rt.Product.Major = "1"
rt.Product.Minor = "57"
rt.Product.Patch = "2"
rt.Product.Patch = "3"
rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
rt.Product.Edition = "Community"
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": "1.57.2",
"version": "1.57.3",
"description": "The Document IDE",
"private": true,
"repository": "",

View file

@ -1,16 +1,16 @@
{
"community":
{
"version": "1.57.2",
"version": "1.57.3",
"major": 1,
"minor": 57,
"patch": 2
"patch": 3
},
"enterprise":
{
"version": "1.59.2",
"version": "1.59.3",
"major": 1,
"minor": 59,
"patch": 2
"patch": 3
}
}