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

Bump version

This commit is contained in:
sauls8t 2018-02-22 18:14:42 +00:00
parent 421fde56e8
commit 92533036a7
5 changed files with 668 additions and 668 deletions

View file

@ -52,7 +52,7 @@ Space view.
## Latest version
Community edition: v1.57.1
Community edition: v1.57.2
## 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 = "1"
rt.Product.Patch = "2"
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.1",
"version": "1.57.2",
"description": "The Document IDE",
"private": true,
"repository": "",

View file

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