File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ DESTDIR ?=
88EPOCH_TEST_COMMIT ?= $(shell git merge-base $${DEST_BRANCH:-main} HEAD)
99HEAD ?= HEAD
1010
11- export PODMAN_VERSION ?= "4.0 .0"
11+ export PODMAN_VERSION ?= "4.2 .0"
1212
1313.PHONY : podman
1414podman :
Original file line number Diff line number Diff line change 33# Do not auto-update these from version.py,
44# as test code should be changed to reflect changes in Podman API versions
55BASE_SOCK = "unix:///run/api.sock"
6- LIBPOD_URL = "http://%2Frun%2Fapi.sock/v4.0 .0/libpod"
6+ LIBPOD_URL = "http://%2Frun%2Fapi.sock/v4.2 .0/libpod"
77COMPATIBLE_URL = "http://%2Frun%2Fapi.sock/v1.40"
Original file line number Diff line number Diff line change 11"""Version of PodmanPy."""
22
3- __version__ = "4.0 .0"
3+ __version__ = "4.2 .0"
44__compatible_version__ = "1.40"
You can’t perform that action at this time.
0 commit comments