Skip to content

Commit 67b09c7

Browse files
authored
Merge pull request #237 from MStokluska/THREESCALE-11490
THREESCALE-11490 update version for 2.15.1
2 parents f76e0a6 + 73c1e77 commit 67b09c7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
tag-operator-image-master:
6363
machine:
64-
image: ubuntu-2004:202201-02
64+
image: ubuntu-2404:current
6565
docker_layer_caching: true
6666
steps:
6767
- attach-workspace
@@ -89,7 +89,7 @@ jobs:
8989
9090
tag-operator-image-release:
9191
machine:
92-
image: ubuntu-2004:202201-02
92+
image: ubuntu-2404:current
9393
docker_layer_caching: true
9494
steps:
9595
- attach-workspace
@@ -118,7 +118,7 @@ jobs:
118118
make test-unit
119119
run-integration-test:
120120
machine:
121-
image: ubuntu-2004:202201-02
121+
image: ubuntu-2404:current
122122
docker_layer_caching: true
123123
steps:
124124
- go/install:

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package version
22

33
var (
4-
Version = "0.12.0"
4+
Version = "0.12.1"
55
ThreescaleRelease = "2.15"
66
)

0 commit comments

Comments
 (0)