Skip to content

Commit 8160046

Browse files
committed
mk_podman: Fix version
Change-Id: I187a0503130e8a8cf26c3df78529356d2d9810cc
1 parent 0274959 commit 8160046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agents/plugins/mk_podman.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from shutil import which
1414
from typing import Literal, TypedDict, Union
1515

16-
__version__ = "2.6.0b1"
16+
__version__ = "2.5.0b1"
1717

1818
DEFAULT_CFG_FILE = Path(os.getenv("MK_CONFDIR", "")) / "mk_podman.cfg"
1919

0 commit comments

Comments
 (0)