mirror of
https://github.com/containers/podman.git
synced 2025-07-03 17:27:18 +08:00
Bump to v5.0.0-dev
Signed-off-by: Ashley Cui <acui@redhat.com>
This commit is contained in:
@ -19,7 +19,7 @@ t HEAD libpod/_ping 200
|
|||||||
for i in /version version; do
|
for i in /version version; do
|
||||||
t GET $i 200 \
|
t GET $i 200 \
|
||||||
.Components[0].Name="Podman Engine" \
|
.Components[0].Name="Podman Engine" \
|
||||||
.Components[0].Details.APIVersion~4[0-9.-]\\+ \
|
.Components[0].Details.APIVersion~5[0-9.-]\\+ \
|
||||||
.Components[0].Details.MinAPIVersion=4.0.0 \
|
.Components[0].Details.MinAPIVersion=4.0.0 \
|
||||||
.Components[0].Details.Os=linux \
|
.Components[0].Details.Os=linux \
|
||||||
.ApiVersion=1.41 \
|
.ApiVersion=1.41 \
|
||||||
|
@ -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 = "4.8.0-dev"
|
const RawVersion = "5.0.0-dev"
|
||||||
|
Reference in New Issue
Block a user