Skip to content

Commit 7b4400a

Browse files
authored
Fix version in runner log (#614)
1 parent df5f93c commit 7b4400a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# The version of the Operator being build - this should be a valid SemVer format
1818
VERSION ?= 3.3.0
19-
MVN_VERSION ?= $(VERSION)-SNAPSHOT
19+
MVN_VERSION ?= $(VERSION)
2020

2121
# The version number to be replaced by this release
2222
PREV_VERSION ?= 3.2.11

0 commit comments

Comments
 (0)