Skip to content

Commit 7548295

Browse files
authored
Merge pull request #1239 from liranmauda/liran-513-bump-version
[5.13] Bump version to 5.13.5
2 parents 06018d5 + 4e3a3f2 commit 7548295

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ out-of-cluster.
113113
```shell
114114
$ noobaa version
115115

116-
INFO[0000] CLI version: 5.13.4
117-
INFO[0000] noobaa-image: noobaa/noobaa-core:5.13.4
118-
INFO[0000] operator-image: noobaa/noobaa-operator:5.13.4
116+
INFO[0000] CLI version: 5.13.5
117+
INFO[0000] noobaa-image: noobaa/noobaa-core:5.13.5
118+
INFO[0000] operator-image: noobaa/noobaa-operator:5.13.5
119119

120120
```
121121

pkg/bundle/deploy.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package bundle
22

3-
const Version = "5.13.4"
3+
const Version = "5.13.5"
44

55
const Sha256_deploy_cluster_role_yaml = "af479a2ade093cf0a2c220fe4650151075cc0aaa58a01dd0ae60e7f7022d42d5"
66

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ package version
22

33
const (
44
// Version is the noobaa-operator version (semver)
5-
Version = "5.13.4"
5+
Version = "5.13.5"
66
)

0 commit comments

Comments
 (0)