Skip to content

Commit c666e68

Browse files
committed
v2.4.1 prep
1 parent e6e3ed7 commit c666e68

File tree

2 files changed

+1127
-1127
lines changed

2 files changed

+1127
-1127
lines changed

edition/community.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ func main() {
4141
rt.Product = domain.Product{}
4242
rt.Product.Major = "2"
4343
rt.Product.Minor = "4"
44-
rt.Product.Patch = "0"
45-
rt.Product.Revision = "190420150416"
44+
rt.Product.Patch = "1"
45+
rt.Product.Revision = "190426114302"
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 = fmt.Sprintf("%s Edition", rt.Product.Edition)

0 commit comments

Comments
 (0)