Skip to content

Commit 982e167

Browse files
committed
Bump version
1 parent f641e42 commit 982e167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edition/community.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func main() {
4242
rt.Product.Major = "5"
4343
rt.Product.Minor = "11"
4444
rt.Product.Patch = "3"
45-
rt.Product.Revision = "1708098744"
45+
rt.Product.Revision = "1708361302"
4646
rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
4747
rt.Product.Edition = domain.CommunityEdition
4848
rt.Product.Title = "Community"

0 commit comments

Comments
 (0)