Skip to content

Commit

Permalink
Bump version to 25~devel
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanDeMeyer committed Jul 29, 2024
1 parent 26673f6 commit 8312df8
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__ = "24.3"
__version__ = "25~devel"

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

0 comments on commit 8312df8

Please sign in to comment.