Skip to content

Commit

Permalink
New extensions version
Browse files Browse the repository at this point in the history
  • Loading branch information
henrod committed Jun 13, 2017
1 parent 57c2418 commit a2c4428
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 8 deletions.
50 changes: 46 additions & 4 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@

[[dependencies]]
name = "github.com/topfreegames/extensions"
version = "v2.6.0"
version = "v2.6.4"

[[dependencies]]
name = "github.com/go-redis/redis"
Expand Down
2 changes: 1 addition & 1 deletion helm/charts/maestro-main/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: maestro-main
home: https://github.com/topfreegames/maestro
description: Maestro api and worker
version: 2.5.1
version: 2.5.2
maintainers:
- name: TFGCo
email: backend@tfgco.com
2 changes: 1 addition & 1 deletion helm/charts/maestro/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ dependencies:
version: 0.1.0
repository: http://helm.tfgco.com
- name: maestro-main
version: 2.5.1
version: 2.5.2
repository: http://helm.tfgco.com
2 changes: 1 addition & 1 deletion metadata/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
package metadata

//Version of Maestro
var Version = "2.3.2"
var Version = "2.5.2"

//KubeVersion is the desired Kubernetes version
var KubeVersion = "v1.6.4"

0 comments on commit a2c4428

Please sign in to comment.