From 9f122fa79b548202e83c756e5af22d49674e4fc1 Mon Sep 17 00:00:00 2001 From: Harvey Kandola Date: Thu, 11 Jan 2024 11:15:43 -0500 Subject: [PATCH] Bump version --- edition/community.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edition/community.go b/edition/community.go index 776fff07..5c12b4ec 100644 --- a/edition/community.go +++ b/edition/community.go @@ -42,7 +42,7 @@ func main() { rt.Product.Major = "5" rt.Product.Minor = "11" rt.Product.Patch = "0" - rt.Product.Revision = "1704915883" + rt.Product.Revision = "1704989358" 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"