mirror of
https://github.com/documize/community.git
synced 2025-07-22 06:39:43 +02:00
Bump version
This commit is contained in:
parent
7428199fdd
commit
a7e52809dc
4 changed files with 671 additions and 671 deletions
|
@ -58,9 +58,9 @@ Space view.
|
|||
|
||||
## Latest Release
|
||||
|
||||
[Community Edition: v1.76.1](https://github.com/documize/community/releases)
|
||||
[Community Edition: v1.76.2](https://github.com/documize/community/releases)
|
||||
|
||||
[Enterprise Edition: v1.76.1](https://documize.com/downloads)
|
||||
[Enterprise Edition: v1.76.2](https://documize.com/downloads)
|
||||
|
||||
## OS support
|
||||
|
||||
|
|
|
@ -41,8 +41,8 @@ func main() {
|
|||
rt.Product = domain.Product{}
|
||||
rt.Product.Major = "1"
|
||||
rt.Product.Minor = "76"
|
||||
rt.Product.Patch = "1"
|
||||
rt.Product.Revision = 181116171324
|
||||
rt.Product.Patch = "2"
|
||||
rt.Product.Revision = 181121115333
|
||||
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)
|
||||
|
|
1332
embed/bindata.go
1332
embed/bindata.go
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "documize",
|
||||
"version": "1.76.1",
|
||||
"version": "1.76.2",
|
||||
"description": "The Document IDE",
|
||||
"private": true,
|
||||
"repository": "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue