We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed87786 commit ed05e57Copy full SHA for ed05e57
mkosi/__init__.py
@@ -54,7 +54,7 @@
54
from types import FrameType
55
56
57
-__version__ = '7'
+__version__ = '8'
58
59
60
# These types are only generic during type checking and not at runtime, leading
setup.py
@@ -18,7 +18,7 @@ def run(self):
18
19
setup(
20
name="mkosi",
21
- version="7",
+ version="8",
22
description="Create legacy-free OS images",
23
url="https://github.com/systemd/mkosi",
24
maintainer="mkosi contributors",
0 commit comments