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

Commit 5a7c9e2

Browse files
author
Dimitra Zuccarelli
authored
Merge pull request #115 from austinmartinh/bump-1.1.0
updated version number
2 parents 45fb53f + d1bc0e3 commit 5a7c9e2

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.0.2
6+
TAG ?= 1.1.0
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.0.2"
4+
Version = "1.1.0"
55
)

0 commit comments

Comments
 (0)