Skip to content

Commit

Permalink
THREESCALE-10882 bump version to 2.15 in makefile and version
Browse files Browse the repository at this point in the history
  • Loading branch information
austincunningham committed Apr 10, 2024
1 parent 9516454 commit 69e8c4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SHELL := /bin/bash
# Current Operator version
VERSION ?= 0.0.1
# Current Threescale version
THREESCALE_VERSION ?= 2.14
THREESCALE_VERSION ?= 2.15
# Default bundle image tag
BUNDLE_IMG ?= controller-bundle:$(VERSION)
# Options for 'bundle-build'
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

var (
Version = "0.12.1"
threescaleRelease = "2.14.0"
threescaleRelease = "2.15.0"
)

func ThreescaleVersionMajorMinor() string {
Expand Down

0 comments on commit 69e8c4c

Please sign in to comment.