Skip to content

Commit

Permalink
bump ocs-oeprator version to 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrpa committed Jun 16, 2021
1 parent 63a65cd commit f749f49
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hack/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GOOS="${GOOS:-linux}"
GOARCH="${GOARCH:-amd64}"

# Current DEV version of the CSV
DEFAULT_CSV_VERSION="4.8.0"
DEFAULT_CSV_VERSION="4.9.0"
CSV_VERSION="${CSV_VERSION:-${DEFAULT_CSV_VERSION}}"

OUTDIR="build/_output"
Expand Down
2 changes: 1 addition & 1 deletion hack/generate-master-appregistry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

CSV_VERSION=4.8.0
CSV_VERSION=4.9.0
source hack/generate-appregistry.sh

CSV_FILE=build/_output/appregistry/olm-catalog/ocs-operator/${CSV_VERSION}/ocs-operator.v${CSV_VERSION}.clusterserviceversion.yaml
Expand Down
2 changes: 1 addition & 1 deletion hack/generate-master-bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

CSV_VERSION=4.8.0
CSV_VERSION=4.9.0
source hack/common.sh

CSV_FILE=/manifests/ocs-operator.clusterserviceversion.yaml
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package version

var (
// Version of the operator
Version = "4.8.0"
Version = "4.9.0"
)

0 comments on commit f749f49

Please sign in to comment.