Skip to content

Commit 542115b

Browse files
authored
Merge pull request #142 from aramase/aramase/c/bump_release_v0.0.2
chore: bump version to v0.0.2
2 parents 1b38270 + 78026e6 commit 542115b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Update this value when you upgrade the version of your project.
2-
VERSION ?= v0.0.1
2+
VERSION ?= v0.0.2
33

44
# Set the Operator SDK version to use. By default, what is installed on the system is used.
55
# This is useful for CI or a project to utilize a specific version of the operator-sdk toolkit.

docker/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
REGISTRY?=docker.io
1616
IMAGE_NAME=controller
1717
# to trigger staging image build we should update the IMAGE_VERSION while cutting a release.
18-
IMAGE_VERSION?=v0.0.1
18+
IMAGE_VERSION?=v0.0.2
1919
BUILD_TIMESTAMP := $(shell date +%Y-%m-%d-%H:%M)
2020
BUILD_COMMIT := $(shell git rev-parse --short HEAD)
2121
IMAGE_TAG=$(REGISTRY)/$(IMAGE_NAME):$(IMAGE_VERSION)

0 commit comments

Comments
 (0)