Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit 8670193

Browse files
Merge pull request #116 from austinmartinh/bump-version-1.1.1
updated to 1.1.1
2 parents 5a7c9e2 + daed5e1 commit 8670193

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
@@ -3,7 +3,7 @@ NAMESPACE ?= application-monitoring
33
PROJECT ?= application-monitoring-operator
44
REG=quay.io
55
SHELL=/bin/bash
6-
TAG ?= 1.1.0
6+
TAG ?= v1.1.1
77
PKG=github.com/integr8ly/application-monitoring-operator
88
TEST_DIRS?=$(shell sh -c "find $(TOP_SRC_DIRS) -name \\*_test.go -exec dirname {} \\; | sort | uniq")
99
TEST_POD_NAME=application-monitoring-operator-test

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package version
22

33
var (
4-
Version = "1.1.0"
4+
Version = "1.1.1"
55
)

0 commit comments

Comments
 (0)