Skip to content

Commit

Permalink
latest release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
HarveyKandola committed Aug 18, 2017
1 parent 5b70ffd commit adbe93a
Show file tree
Hide file tree
Showing 5 changed files with 632 additions and 632 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The mission is to bring software dev inspired features (refactoring, testing, li

## Latest version

v1.52.0
v1.52.1

## OS Support

Expand Down
2 changes: 1 addition & 1 deletion edition/community.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func main() {
rt.Product = env.ProdInfo{}
rt.Product.Major = "1"
rt.Product.Minor = "52"
rt.Product.Patch = "0"
rt.Product.Patch = "1"
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
Loading

0 comments on commit adbe93a

Please sign in to comment.