Skip to content

Commit

Permalink
[ISSUE-1038] 1.3.0 branched out. Change version to 1.4.0 for new rele…
Browse files Browse the repository at this point in the history
…ase. (#1039)

Signed-off-by: yimingwangdell <yiming.wang@dell.com>
  • Loading branch information
yimingwangdell authored Jul 18, 2023
1 parent 2fa2836 commit b5ffc6c
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:trivialVersions=true"

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

0 comments on commit b5ffc6c

Please sign in to comment.