Skip to content

Commit

Permalink
[ISSUE-1124] Set new release version v1.7.0 on master branch (#1125)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrzej Zukowski <[email protected]>
  • Loading branch information
Andrzej-Zukowski authored Mar 22, 2024
1 parent d77a095 commit 894a0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CRD_OPTIONS ?= crd

### version
MAJOR := 1
MINOR := 6
MINOR := 7
PATCH := 0
PRODUCT_VERSION ?= ${MAJOR}.${MINOR}.${PATCH}
BUILD_REL_A := $(shell git rev-list HEAD |wc -l)
Expand Down

0 comments on commit 894a0fa

Please sign in to comment.