We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb3d7bb commit 6575c82Copy full SHA for 6575c82
mkosi/__init__.py
@@ -98,7 +98,7 @@
98
99
complete_step = MkosiPrinter.complete_step
100
101
-__version__ = "10"
+__version__ = "11"
102
103
104
# 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="10",
+ version="11",
22
description="Build Bespoke OS Images",
23
url="https://github.com/systemd/mkosi",
24
maintainer="mkosi contributors",
0 commit comments