Skip to content

Commit 54bf258

Browse files
committed
Bump version + bundle web assets
1 parent 8332e8a commit 54bf258

File tree

2 files changed

+800
-800
lines changed

2 files changed

+800
-800
lines changed

edition/community.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func main() {
4242
rt.Product.Major = "2"
4343
rt.Product.Minor = "1"
4444
rt.Product.Patch = "0"
45-
rt.Product.Revision = "190301143645"
45+
rt.Product.Revision = "190303131357"
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)