From 982e16737e84393b0e0abbc047e9dd65f7658c89 Mon Sep 17 00:00:00 2001 From: Harvey Kandola Date: Mon, 19 Feb 2024 11:55:21 -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 dd3dd8ac..3ac684dc 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 = "3" - rt.Product.Revision = "1708098744" + rt.Product.Revision = "1708361302" 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"