Skip to content

Commit 2dae033

Browse files
committed
Prep release
1 parent 44b1f26 commit 2dae033

File tree

5 files changed

+19431
-14364
lines changed

5 files changed

+19431
-14364
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.11.2](https://github.com/documize/community/releases)
15+
[Community edition: v5.12.0](https://github.com/documize/community/releases)
1616

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

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

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

6565
## Technology Stack
6666

67-
- Go (v1.21.5)
67+
- Go (v1.22.4)
6868
- Ember JS (v3.12.0)
6969

7070
## Authentication Options

edition/community.go

+3-3
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 = "11"
44-
rt.Product.Patch = "3"
45-
rt.Product.Revision = "1708361302"
43+
rt.Product.Minor = "12"
44+
rt.Product.Patch = "0"
45+
rt.Product.Revision = "240618111522"
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"

0 commit comments

Comments
 (0)