diff options
author | Matthew Heon <matthew.heon@pm.me> | 2022-02-10 14:22:36 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2022-02-10 16:15:11 -0500 |
commit | 92790e98c6bc818e6941c66d9cd864d60938376f (patch) | |
tree | 82e66a7b8c79a46d11efd0372ba5ece117554b46 /test | |
parent | d7d79ce81594dde9a502317deaf0ff1de90d87e0 (diff) | |
download | podman-92790e98c6bc818e6941c66d9cd864d60938376f.tar.gz podman-92790e98c6bc818e6941c66d9cd864d60938376f.tar.bz2 podman-92790e98c6bc818e6941c66d9cd864d60938376f.zip |
Bump to v4.0.0-dev
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'test')
-rw-r--r-- | test/apiv2/01-basic.at | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/apiv2/01-basic.at b/test/apiv2/01-basic.at index 2747ccbd4..cfd7fe036 100644 --- a/test/apiv2/01-basic.at +++ b/test/apiv2/01-basic.at @@ -19,7 +19,7 @@ for i in /version version; do t GET $i 200 \ .Components[0].Name="Podman Engine" \ .Components[0].Details.APIVersion~4[0-9.-]\\+ \ - .Components[0].Details.MinAPIVersion=3.1.0 \ + .Components[0].Details.MinAPIVersion=4.0.0-dev \ .Components[0].Details.Os=linux \ .ApiVersion=1.40 \ .MinAPIVersion=1.24 \ |