Skip to content

Commit

Permalink
[Issue-1091] 1.5.1 version (#1093)
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 a10a57b commit 8734400
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 @@ -10,7 +10,7 @@ CRD_OPTIONS ?= crd
### 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 8734400

Please sign in to comment.