Skip to content

Commit

Permalink
Increment base version
Browse files Browse the repository at this point in the history
Incrementing the base version post release.
  • Loading branch information
markmandel committed Jun 6, 2018
1 parent 73697a1 commit 272a824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#

# base version target. This is usually the next release.
base_version = 0.2.0
base_version = 0.3.0

# agones image release registry
release_registry = gcr.io/agones-images
Expand Down
2 changes: 1 addition & 1 deletion install/helm/agones/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ agones:
timeoutSeconds: 1
image:
registry: gcr.io/agones-images
tag: 0.2.0
tag: 0.3.0
controller:
name: agones-controller
pullPolicy: IfNotPresent
Expand Down

0 comments on commit 272a824

Please sign in to comment.