Skip to content

Commit

Permalink
Bump version to 24~devel
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanDeMeyer committed Jun 12, 2024
1 parent 889b0d7 commit 425efa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkosi/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
)
from mkosi.versioncomp import GenericVersion

__version__ = "23"
__version__ = "24~devel"

ConfigParseCallback = Callable[[Optional[str], Optional[Any]], Any]
ConfigMatchCallback = Callable[[str, Any], bool]
Expand Down

0 comments on commit 425efa0

Please sign in to comment.