Skip to content

Commit

Permalink
Merge pull request #237 from MStokluska/THREESCALE-11490
Browse files Browse the repository at this point in the history
THREESCALE-11490 update version for 2.15.1
  • Loading branch information
MStokluska authored Nov 18, 2024
2 parents f76e0a6 + 73c1e77 commit 67b09c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

tag-operator-image-master:
machine:
image: ubuntu-2004:202201-02
image: ubuntu-2404:current
docker_layer_caching: true
steps:
- attach-workspace
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
tag-operator-image-release:
machine:
image: ubuntu-2004:202201-02
image: ubuntu-2404:current
docker_layer_caching: true
steps:
- attach-workspace
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
make test-unit
run-integration-test:
machine:
image: ubuntu-2004:202201-02
image: ubuntu-2404:current
docker_layer_caching: true
steps:
- go/install:
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package version

var (
Version = "0.12.0"
Version = "0.12.1"
ThreescaleRelease = "2.15"
)

0 comments on commit 67b09c7

Please sign in to comment.