Skip to content

Commit

Permalink
v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HarveyKandola committed Jul 13, 2022
1 parent d9827df commit 29bc267
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.1.0](https://github.com/documize/community/releases)
[Community edition: v5.2.0](https://github.com/documize/community/releases)

[Community+ edition: v5.1.0](https://www.documize.com/community)
[Community+ edition: v5.2.0](https://www.documize.com/community)

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

Expand Down Expand Up @@ -84,7 +84,7 @@ Languages supported out-of-the-box:
- English
- German
- Chinese (中文)
- Portuguese - Brazil (Português - Brasil)
- Portuguese (Brazil) (Português - Brasil)

PR's welcome for additional languages.

Expand Down
4 changes: 2 additions & 2 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 = "1"
rt.Product.Minor = "2"
rt.Product.Patch = "0"
rt.Product.Revision = "220710154916"
rt.Product.Revision = "220713132311"
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
2 changes: 1 addition & 1 deletion gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "documize",
"version": "5.1.0",
"version": "5.2.0",
"private": true,
"description": "Documize Community",
"repository": "",
Expand Down

0 comments on commit 29bc267

Please sign in to comment.