Skip to content

Commit e4c075e

Browse files
committed
Bump version
1 parent 2066f72 commit e4c075e

File tree

4 files changed

+670
-670
lines changed

4 files changed

+670
-670
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ Space view.
5151

5252
## Latest version
5353

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

56-
[Enterprise edition: v1.66.0](https://documize.com/downloads)
56+
[Enterprise edition: v1.66.1](https://documize.com/downloads)
5757

5858
## OS support
5959

edition/community.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func main() {
4242
rt.Product = env.ProdInfo{}
4343
rt.Product.Major = "1"
4444
rt.Product.Minor = "64"
45-
rt.Product.Patch = "0"
45+
rt.Product.Patch = "1"
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

+666-666
Large diffs are not rendered by default.

gui/package.json

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

0 commit comments

Comments
 (0)