Skip to content

Commit

Permalink
Prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
HarveyKandola committed Jun 18, 2024
1 parent 44b1f26 commit 2dae033
Show file tree
Hide file tree
Showing 5 changed files with 19,431 additions and 14,364 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ All you need to provide is your database -- PostgreSQL, Microsoft SQL Server or

## Latest Release

[Community edition: v5.11.2](https://github.com/documize/community/releases)
[Community edition: v5.12.0](https://github.com/documize/community/releases)

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

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

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

## Technology Stack

- Go (v1.21.5)
- Go (v1.22.4)
- Ember JS (v3.12.0)

## Authentication Options
Expand Down
6 changes: 3 additions & 3 deletions edition/community.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ func main() {
// Specify the product edition.
rt.Product = domain.Product{}
rt.Product.Major = "5"
rt.Product.Minor = "11"
rt.Product.Patch = "3"
rt.Product.Revision = "1708361302"
rt.Product.Minor = "12"
rt.Product.Patch = "0"
rt.Product.Revision = "240618111522"
rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
rt.Product.Edition = domain.CommunityEdition
rt.Product.Title = "Community"
Expand Down
Loading

0 comments on commit 2dae033

Please sign in to comment.