Skip to content

Commit

Permalink
[ISSUE-219] Set new release version v1.7.0 on master branch (#220)
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 9f1b9da commit 178c50f
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 @@ -15,7 +15,7 @@ KUBECTL_IMAGE ?= bitnami/kubectl:1.29.1 # https://hub.docker.com/r/bitnami/kube

### 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 178c50f

Please sign in to comment.