Skip to content

Commit 52448a2

Browse files
committed
Release 25
1 parent ec29006 commit 52448a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mkosi/sandbox.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import sys
1414
import warnings # noqa: F401 (loaded lazily by os.execvp() which happens too late)
1515

16-
__version__ = "25~devel"
16+
__version__ = "25"
1717

1818
# The following constants are taken from the Linux kernel headers.
1919
AT_EMPTY_PATH = 0x1000

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "mkosi"
77
authors = [
88
{name = "mkosi contributors", email = "[email protected]"},
99
]
10-
version = "24.3"
10+
version = "25"
1111
description = "Build Bespoke OS Images"
1212
readme = "README.md"
1313
requires-python = ">=3.9"

0 commit comments

Comments
 (0)