Skip to content

Commit

Permalink
Merge pull request #23455 from lsm5/main-5.3-bump
Browse files Browse the repository at this point in the history
Version: bump to v5.3.0-dev
  • Loading branch information
openshift-merge-bot[bot] authored Aug 3, 2024
2 parents 0bc0739 + fcf7cd7 commit 69a5b28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/cirrus/setup_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ case "$TEST_FLAVOR" in
# machine-os image changes too frequently, can't be precached
# FIXME: I don't think we can use version.go, because of chicken-egg
# problem when that gets bumped. Ideas welcome.
$LCR cache podman/machine-os:5.2
$LCR cache podman/machine-os:5.3
install_test_configs
;;
swagger)
Expand Down
2 changes: 1 addition & 1 deletion version/rawversion/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ package rawversion
//
// NOTE: remember to bump the version at the top of the top-level README.md
// file when this is bumped.
const RawVersion = "5.2.0-dev"
const RawVersion = "5.3.0-dev"

0 comments on commit 69a5b28

Please sign in to comment.