aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2021-08-02 13:10:52 -0400
committerMatthew Heon <matthew.heon@pm.me>2021-08-02 13:27:49 -0400
commit0ab9d19ad5293365c2972fed14d0d57a13a30375 (patch)
treecd87998255392e9a5398aa9b84ca7e90764302e3 /test
parent0e2a7be0ec825449a1b95bd5df13e2519c67dcb4 (diff)
downloadpodman-0ab9d19ad5293365c2972fed14d0d57a13a30375.tar.gz
podman-0ab9d19ad5293365c2972fed14d0d57a13a30375.tar.bz2
podman-0ab9d19ad5293365c2972fed14d0d57a13a30375.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.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/apiv2/01-basic.at b/test/apiv2/01-basic.at
index 64aafa013..564c7bed5 100644
--- a/test/apiv2/01-basic.at
+++ b/test/apiv2/01-basic.at
@@ -18,7 +18,7 @@ t HEAD libpod/_ping 200
for i in /version version; do
t GET $i 200 \
.Components[0].Name="Podman Engine" \
- .Components[0].Details.APIVersion~3[0-9.-]\\+ \
+ .Components[0].Details.APIVersion~4[0-9.-]\\+ \
.Components[0].Details.MinAPIVersion=3.1.0 \
.Components[0].Details.Os=linux \
.ApiVersion=1.40 \