mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
version number
This commit is contained in:
parent
e97b992fa9
commit
44a5e31bb7
3 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ The mission is to bring software dev inspired features (refactoring, testing, li
|
|||
|
||||
## Latest version
|
||||
|
||||
v0.44.1
|
||||
v1.45.0
|
||||
|
||||
## OS Support
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "documize",
|
||||
"version": "0.44.1",
|
||||
"version": "1.45.0",
|
||||
"description": "The Document IDE",
|
||||
"private": true,
|
||||
"repository": "",
|
||||
|
|
|
@ -34,7 +34,7 @@ var Product core.ProdInfo
|
|||
|
||||
func init() {
|
||||
Product.Major = "1"
|
||||
Product.Minor = "0"
|
||||
Product.Minor = "45"
|
||||
Product.Patch = "0"
|
||||
Product.Version = fmt.Sprintf("%s.%s.%s", Product.Major, Product.Minor, Product.Patch)
|
||||
Product.Edition = "Community"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue