Skip to content

Commit

Permalink
Merge pull request #1222 from liranmauda/liran-513-bump-version
Browse files Browse the repository at this point in the history
[5.13] Bump version to 5.13.4
  • Loading branch information
liranmauda authored Sep 28, 2023
2 parents 368adff + f463c08 commit 06018d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ out-of-cluster.
```shell
$ noobaa version

INFO[0000] CLI version: 5.13.3
INFO[0000] noobaa-image: noobaa/noobaa-core:5.13.3
INFO[0000] operator-image: noobaa/noobaa-operator:5.13.3
INFO[0000] CLI version: 5.13.4
INFO[0000] noobaa-image: noobaa/noobaa-core:5.13.4
INFO[0000] operator-image: noobaa/noobaa-operator:5.13.4

```
Expand Down
2 changes: 1 addition & 1 deletion pkg/bundle/deploy.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package bundle

const Version = "5.13.3"
const Version = "5.13.4"

const Sha256_deploy_cluster_role_yaml = "af479a2ade093cf0a2c220fe4650151075cc0aaa58a01dd0ae60e7f7022d42d5"

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

const (
// Version is the noobaa-operator version (semver)
Version = "5.13.3"
Version = "5.13.4"
)

0 comments on commit 06018d5

Please sign in to comment.