Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sauls8t committed Oct 23, 2018
1 parent 9c6075c commit 8cc6bf3
Show file tree
Hide file tree
Showing 2 changed files with 666 additions and 666 deletions.
4 changes: 2 additions & 2 deletions edition/community.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ func main() {
rt.Product = env.ProdInfo{}
rt.Product.Major = "1"
rt.Product.Minor = "72"
rt.Product.Patch = "0"
rt.Product.Revision = 181020074716
rt.Product.Patch = "1"
rt.Product.Revision = 181022154519
rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
rt.Product.Edition = "Community"
rt.Product.Title = fmt.Sprintf("%s Edition", rt.Product.Edition)
Expand Down
1,328 changes: 664 additions & 664 deletions embed/bindata.go

Large diffs are not rendered by default.

0 comments on commit 8cc6bf3

Please sign in to comment.