Skip to content

Commit 8cc6bf3

Browse files
committed
bump version
1 parent 9c6075c commit 8cc6bf3

File tree

2 files changed

+666
-666
lines changed

2 files changed

+666
-666
lines changed

edition/community.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ func main() {
3939
rt.Product = env.ProdInfo{}
4040
rt.Product.Major = "1"
4141
rt.Product.Minor = "72"
42-
rt.Product.Patch = "0"
43-
rt.Product.Revision = 181020074716
42+
rt.Product.Patch = "1"
43+
rt.Product.Revision = 181022154519
4444
rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
4545
rt.Product.Edition = "Community"
4646
rt.Product.Title = fmt.Sprintf("%s Edition", rt.Product.Edition)

embed/bindata.go

+664-664
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)