Skip to content

Commit d8f66b5

Browse files
committed
Bump version
1 parent 0a1cc86 commit d8f66b5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+2-2
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: v5.5.0](https://github.com/documize/community/releases)
15+
[Community edition: v5.6.0](https://github.com/documize/community/releases)
1616

17-
[Community+ edition: v5.5.0](https://www.documize.com/community/get-started)
17+
[Community+ edition: v5.6.0](https://www.documize.com/community/get-started)
1818

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

edition/community.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ func main() {
4040
// Specify the product edition.
4141
rt.Product = domain.Product{}
4242
rt.Product.Major = "5"
43-
rt.Product.Minor = "5"
43+
rt.Product.Minor = "6"
4444
rt.Product.Patch = "0"
45-
rt.Product.Revision = "230206112518"
45+
rt.Product.Revision = "230227132445"
4646
rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
4747
rt.Product.Edition = domain.CommunityEdition
4848
rt.Product.Title = "Community"

gui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "documize",
3-
"version": "5.5.0",
3+
"version": "5.6.0",
44
"private": true,
55
"description": "Documize Community",
66
"repository": "",

0 commit comments

Comments
 (0)