Skip to content

Commit 6e463ff

Browse files
committed
Bump version
1 parent f80b3f3 commit 6e463ff

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

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

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

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

@@ -63,7 +63,7 @@ For all database types, Full-Text Search support (FTS) is mandatory.
6363

6464
## Technology Stack
6565

66-
- Go (v1.20.6)
66+
- Go (v1.21.0)
6767
- Ember JS (v3.12.0)
6868

6969
## Authentication Options

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 = "8"
43+
rt.Product.Minor = "9"
4444
rt.Product.Patch = "0"
45-
rt.Product.Revision = "230724105728"
45+
rt.Product.Revision = "230821121420"
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.8.0",
3+
"version": "5.9.0",
44
"private": true,
55
"description": "Documize Community",
66
"repository": "",

0 commit comments

Comments
 (0)