Skip to content

Commit be39f33

Browse files
committed
Release 24
1 parent a2695cc commit be39f33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mkosi/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
)
4949
from mkosi.versioncomp import GenericVersion
5050

51-
__version__ = "24~devel"
51+
__version__ = "24"
5252

5353
ConfigParseCallback = Callable[[Optional[str], Optional[Any]], Any]
5454
ConfigMatchCallback = Callable[[str, Any], bool]

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 = "23.1"
10+
version = "24"
1111
description = "Build Bespoke OS Images"
1212
readme = "README.md"
1313
requires-python = ">=3.9"

0 commit comments

Comments
 (0)