mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
Merge pull request #23455 from lsm5/main-5.3-bump
Version: bump to v5.3.0-dev
This commit is contained in:
@ -453,7 +453,7 @@ case "$TEST_FLAVOR" in
|
|||||||
# machine-os image changes too frequently, can't be precached
|
# machine-os image changes too frequently, can't be precached
|
||||||
# FIXME: I don't think we can use version.go, because of chicken-egg
|
# FIXME: I don't think we can use version.go, because of chicken-egg
|
||||||
# problem when that gets bumped. Ideas welcome.
|
# problem when that gets bumped. Ideas welcome.
|
||||||
$LCR cache podman/machine-os:5.2
|
$LCR cache podman/machine-os:5.3
|
||||||
install_test_configs
|
install_test_configs
|
||||||
;;
|
;;
|
||||||
swagger)
|
swagger)
|
||||||
|
@ -7,4 +7,4 @@ package rawversion
|
|||||||
//
|
//
|
||||||
// NOTE: remember to bump the version at the top of the top-level README.md
|
// NOTE: remember to bump the version at the top of the top-level README.md
|
||||||
// file when this is bumped.
|
// file when this is bumped.
|
||||||
const RawVersion = "5.2.0-dev"
|
const RawVersion = "5.3.0-dev"
|
||||||
|
Reference in New Issue
Block a user