Skip to content

Commit

Permalink
[Issue-208] 1.5.1 version (#209)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrzej Zukowski <[email protected]>
  • Loading branch information
Andrzej-Zukowski authored Feb 22, 2024
1 parent e6c2302 commit 6eac267
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 @@ -16,7 +16,7 @@ KUBECTL_IMAGE ?= bitnami/kubectl:1.29.1 # https://hub.docker.com/r/bitnami/kube
### version
MAJOR := 1
MINOR := 5
PATCH := 0
PATCH := 1
PRODUCT_VERSION ?= ${MAJOR}.${MINOR}.${PATCH}
BUILD_REL_A := $(shell git rev-list HEAD |wc -l)
BUILD_REL_B := $(shell git rev-parse --short HEAD)
Expand Down

0 comments on commit 6eac267

Please sign in to comment.