We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af84e53 commit c9772ecCopy full SHA for c9772ec
mkosi/__init__.py
@@ -106,7 +106,7 @@
106
107
complete_step = MkosiPrinter.complete_step
108
109
-__version__ = "13"
+__version__ = "14"
110
111
112
# 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="13",
+ version="14",
22
description="Build Bespoke OS Images",
23
url="https://github.com/systemd/mkosi",
24
maintainer="mkosi contributors",
0 commit comments