Skip to content

Commit

Permalink
Bumped Go compilation to v1.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
HarveyKandola committed Jun 14, 2019
1 parent b256bf2 commit 887c999
Show file tree
Hide file tree
Showing 3 changed files with 1,031 additions and 1,031 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ All you need to provide is PostgreSQL, Microsoft SQL Server or any MySQL variant

## Technology Stack

- Go (v1.12.5)
- Go (v1.12.6)
- Ember JS (v3.10.0)

## Authentication Options
Expand Down
2 changes: 1 addition & 1 deletion edition/community.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func main() {
rt.Product.Major = "3"
rt.Product.Minor = "0"
rt.Product.Patch = "0"
rt.Product.Revision = "190611110527"
rt.Product.Revision = "190614125234"
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
Loading

0 comments on commit 887c999

Please sign in to comment.