From d4c606760cbb7aff74b61c913642e98b788a8f9a Mon Sep 17 00:00:00 2001 From: Harvey Kandola Date: Mon, 1 Aug 2022 10:13:21 -0400 Subject: [PATCH] Bump version --- README.md | 4 ++-- edition/community.go | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5d1701fb..f5202313 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ All you need to provide is your database -- PostgreSQL, Microsoft SQL Server or ## Latest Release -[Community edition: v5.2.0](https://github.com/documize/community/releases) +[Community edition: v5.2.1](https://github.com/documize/community/releases) -[Community+ edition: v5.2.0](https://www.documize.com/community) +[Community+ edition: v5.2.1](https://www.documize.com/community) The Community+ edition is the "Enterprise" offering with advanced capabilities and customer support: diff --git a/edition/community.go b/edition/community.go index 256758ab..0fc0d5b4 100644 --- a/edition/community.go +++ b/edition/community.go @@ -41,8 +41,8 @@ func main() { rt.Product = domain.Product{} rt.Product.Major = "5" rt.Product.Minor = "2" - rt.Product.Patch = "0" - rt.Product.Revision = "220713132311" + rt.Product.Patch = "1" + rt.Product.Revision = "220801100940" 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"