Skip to content

Commit 3b0291d

Browse files
committed
Bump version
1 parent c32d094 commit 3b0291d

File tree

4 files changed

+729
-684
lines changed

4 files changed

+729
-684
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Documize - author, track and deliver documentation
21

32
## The mission
43

@@ -52,9 +51,9 @@ Space view.
5251

5352
## Latest version
5453

55-
[Community edition: v1.63.1](https://github.com/documize/community/releases)
54+
[Community edition: v1.64.0](https://github.com/documize/community/releases)
5655

57-
[Enterprise edition: v1.65.1](https://documize.com/downloads)
56+
[Enterprise edition: v1.66.0](https://documize.com/downloads)
5857

5958
## OS support
6059

edition/community.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ func main() {
4141
// product details
4242
rt.Product = env.ProdInfo{}
4343
rt.Product.Major = "1"
44-
rt.Product.Minor = "63"
45-
rt.Product.Patch = "1"
44+
rt.Product.Minor = "64"
45+
rt.Product.Patch = "0"
4646
rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
4747
rt.Product.Edition = "Community"
4848
rt.Product.Title = fmt.Sprintf("%s Edition", rt.Product.Edition)

embed/bindata_assetfs.go

Lines changed: 724 additions & 678 deletions
Large diffs are not rendered by default.

gui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "documize",
3-
"version": "1.63.1",
3+
"version": "1.64.0",
44
"description": "The Document IDE",
55
"private": true,
66
"repository": "",

0 commit comments

Comments
 (0)