Skip to content

Commit 734e865

Browse files
committed
Bump build numbers
1 parent 3e37b9b commit 734e865

File tree

4 files changed

+685
-662
lines changed

4 files changed

+685
-662
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ Space view.
5252

5353
## Latest version
5454

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

57-
[Enterprise edition: v1.65.0](https://documize.com/downloads)
57+
[Enterprise edition: v1.65.1](https://documize.com/downloads)
5858

5959
## OS support
6060

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 = "63"
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

+681-658
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.63.0",
3+
"version": "1.63.1",
44
"description": "The Document IDE",
55
"private": true,
66
"repository": "",

0 commit comments

Comments
 (0)