Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
HarveyKandola committed Feb 19, 2024
1 parent f641e42 commit 982e167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edition/community.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 982e167

Please sign in to comment.