Skip to content

Commit

Permalink
Bump version to v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
stevesloka committed Oct 25, 2017
1 parent 6a593f4 commit 416ccdb
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.8
TAG ?= 0.0.9
PREFIX ?= upmcenterprises
pkgs = $(shell go list ./... | grep -v /vendor/ | grep -v /test/)
# go source files, ignore vendor directory
Expand Down
2 changes: 1 addition & 1 deletion cmd/operator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import (
)

var (
appVersion = "0.0.8"
appVersion = "0.0.9"

printVersion bool
baseImage string
Expand Down

0 comments on commit 416ccdb

Please sign in to comment.