We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec29006 commit 52448a2Copy full SHA for 52448a2
mkosi/sandbox.py
@@ -13,7 +13,7 @@
13
import sys
14
import warnings # noqa: F401 (loaded lazily by os.execvp() which happens too late)
15
16
-__version__ = "25~devel"
+__version__ = "25"
17
18
# The following constants are taken from the Linux kernel headers.
19
AT_EMPTY_PATH = 0x1000
pyproject.toml
@@ -7,7 +7,7 @@ name = "mkosi"
7
authors = [
8
{name = "mkosi contributors", email = "[email protected]"},
9
]
10
-version = "24.3"
+version = "25"
11
description = "Build Bespoke OS Images"
12
readme = "README.md"
requires-python = ">=3.9"
0 commit comments