Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Commit 39c45d1

Browse files
authored
Set version to 0.11.0
1 parent 2279319 commit 39c45d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))
22
include hack/common.mk
33

44
# Current Operator version
5-
VERSION ?= 0.10.0
5+
VERSION ?= 0.11.0
66

77
GIT_COMMIT_ID ?= $(shell git rev-parse --short=8 HEAD)
88

0 commit comments

Comments
 (0)