diff options
author | Paul Holzinger <pholzing@redhat.com> | 2022-03-29 19:00:46 +0200 |
---|---|---|
committer | Paul Holzinger <pholzing@redhat.com> | 2022-04-27 14:32:28 +0200 |
commit | 609b52f7266dc057ec356348e54e501225715c4d (patch) | |
tree | 65c5f279f6a0e7ef05bcde22c16403defedc2223 /test | |
parent | 053b09660ffbe2df2104186c67e39be70764ff63 (diff) | |
download | podman-609b52f7266dc057ec356348e54e501225715c4d.tar.gz podman-609b52f7266dc057ec356348e54e501225715c4d.tar.bz2 podman-609b52f7266dc057ec356348e54e501225715c4d.zip |
Bump version to v4.1.0-dev
I think we forgot to bump the version in the main branch. It should be
v4.1.0-dev now.
Also set the min api version to 4.0.0 as on the podman 4.0 branch.
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
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..e4348a9a7 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 \ .Components[0].Details.Os=linux \ .ApiVersion=1.40 \ .MinAPIVersion=1.24 \ |