mirror of
https://github.com/documize/community.git
synced 2025-07-20 13:49:42 +02:00
Bump version
This commit is contained in:
parent
f8e47fe1d2
commit
00f415214c
5 changed files with 659 additions and 659 deletions
|
@ -52,7 +52,7 @@ Space view.
|
||||||
|
|
||||||
## Latest version
|
## Latest version
|
||||||
|
|
||||||
Community edition: v1.57.2
|
Community edition: v1.57.3
|
||||||
|
|
||||||
## OS support
|
## OS support
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@ func main() {
|
||||||
rt.Product = env.ProdInfo{}
|
rt.Product = env.ProdInfo{}
|
||||||
rt.Product.Major = "1"
|
rt.Product.Major = "1"
|
||||||
rt.Product.Minor = "57"
|
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.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
|
||||||
rt.Product.Edition = "Community"
|
rt.Product.Edition = "Community"
|
||||||
rt.Product.Title = fmt.Sprintf("%s Edition", rt.Product.Edition)
|
rt.Product.Title = fmt.Sprintf("%s Edition", rt.Product.Edition)
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "documize",
|
"name": "documize",
|
||||||
"version": "1.57.2",
|
"version": "1.57.3",
|
||||||
"description": "The Document IDE",
|
"description": "The Document IDE",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": "",
|
"repository": "",
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
{
|
{
|
||||||
"community":
|
"community":
|
||||||
{
|
{
|
||||||
"version": "1.57.2",
|
"version": "1.57.3",
|
||||||
"major": 1,
|
"major": 1,
|
||||||
"minor": 57,
|
"minor": 57,
|
||||||
"patch": 2
|
"patch": 3
|
||||||
},
|
},
|
||||||
"enterprise":
|
"enterprise":
|
||||||
{
|
{
|
||||||
"version": "1.59.2",
|
"version": "1.59.3",
|
||||||
"major": 1,
|
"major": 1,
|
||||||
"minor": 59,
|
"minor": 59,
|
||||||
"patch": 2
|
"patch": 3
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue