Skip to content

Commit dc091fe

Browse files
bump version
Co-Authored-By: Saul S <[email protected]>
1 parent 467acec commit dc091fe

File tree

4 files changed

+668
-668
lines changed

4 files changed

+668
-668
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ Space view.
5858

5959
## Latest version
6060

61-
[Community edition: v1.65.3](https://github.com/documize/community/releases)
61+
[Community edition: v1.65.4](https://github.com/documize/community/releases)
6262

63-
[Enterprise edition: v1.67.3](https://documize.com/downloads)
63+
[Enterprise edition: v1.67.4](https://documize.com/downloads)
6464

6565
## OS support
6666

edition/community.go

Lines changed: 1 addition & 1 deletion
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 = "65"
45-
rt.Product.Patch = "3"
45+
rt.Product.Patch = "4"
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.go

Lines changed: 664 additions & 664 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.65.3",
3+
"version": "1.65.4",
44
"description": "The Document IDE",
55
"private": true,
66
"repository": "",

0 commit comments

Comments
 (0)