Skip to content

Commit

Permalink
Bump to v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
stevesloka committed Sep 27, 2017
1 parent 26b287b commit 7b2bc85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

.PHONY: all build container push clean test

TAG ?= 0.0.6
TAG ?= 0.0.7
PREFIX ?= upmcenterprises

all: container
Expand Down
2 changes: 1 addition & 1 deletion cmd/operator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import (
)

var (
appVersion = "0.0.6"
appVersion = "0.0.7"

printVersion bool
baseImage string
Expand Down

0 comments on commit 7b2bc85

Please sign in to comment.