We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f641e42 commit 982e167Copy full SHA for 982e167
edition/community.go
@@ -42,7 +42,7 @@ func main() {
42
rt.Product.Major = "5"
43
rt.Product.Minor = "11"
44
rt.Product.Patch = "3"
45
- rt.Product.Revision = "1708098744"
+ rt.Product.Revision = "1708361302"
46
rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
47
rt.Product.Edition = domain.CommunityEdition
48
rt.Product.Title = "Community"
0 commit comments