Skip to content

Commit ce93a5e

Browse files
committed
v4.2.2
1 parent 8df1cc7 commit ce93a5e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ All you need to provide is your database -- PostgreSQL, Microsoft SQL Server or
1212

1313
## Latest Release
1414

15-
[Community edition: v4.2.1](https://github.com/documize/community/releases)
15+
[Community edition: v4.2.2](https://github.com/documize/community/releases)
1616

17-
[Community+ edition: v4.2.1](https://www.documize.com/community/downloads)
17+
[Community+ edition: v4.2.2](https://www.documize.com/community/downloads)
1818

1919
The Community+ edition is the "Enterprise" offering with advanced capabilities and customer support:
2020

edition/community.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ func main() {
4040
rt.Product = domain.Product{}
4141
rt.Product.Major = "4"
4242
rt.Product.Minor = "2"
43-
rt.Product.Patch = "1"
44-
rt.Product.Revision = "220112135654"
43+
rt.Product.Patch = "2"
44+
rt.Product.Revision = "220208183403"
4545
rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
4646
rt.Product.Edition = domain.CommunityEdition
4747
rt.Product.Title = "Community"

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": "4.2.1",
3+
"version": "4.2.2",
44
"private": true,
55
"description": "Documize Community",
66
"repository": "",

0 commit comments

Comments
 (0)