Skip to content

Commit

Permalink
Bump version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HarveyKandola committed Aug 28, 2019
1 parent 5e9eeb5 commit 66e11ce
Show file tree
Hide file tree
Showing 3 changed files with 1,054 additions and 1,077 deletions.
6 changes: 3 additions & 3 deletions edition/community.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ func main() {
// Specify the product edition.
rt.Product = domain.Product{}
rt.Product.Major = "3"
rt.Product.Minor = "1"
rt.Product.Patch = "2"
rt.Product.Revision = "190805134803"
rt.Product.Minor = "2"
rt.Product.Patch = "0"
rt.Product.Revision = "190828125836"
rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
rt.Product.Edition = domain.CommunityEdition
rt.Product.Title = fmt.Sprintf("%s Edition", rt.Product.Edition)
Expand Down

0 comments on commit 66e11ce

Please sign in to comment.