Skip to content

Commit fcae016

Browse files
committed
Release 22
1 parent 195acc2 commit fcae016

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
@@ -46,7 +46,7 @@
4646
)
4747
from mkosi.versioncomp import GenericVersion
4848

49-
__version__ = "21"
49+
__version__ = "22"
5050

5151
ConfigParseCallback = Callable[[Optional[str], Optional[Any]], Any]
5252
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 = "21"
10+
version = "22"
1111
description = "Build Bespoke OS Images"
1212
readme = "README.md"
1313
requires-python = ">=3.9"

0 commit comments

Comments
 (0)