Skip to content

Commit

Permalink
Release 25
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanDeMeyer committed Jan 23, 2025
1 parent ec29006 commit 52448a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mkosi/sandbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import sys
import warnings # noqa: F401 (loaded lazily by os.execvp() which happens too late)

__version__ = "25~devel"
__version__ = "25"

# The following constants are taken from the Linux kernel headers.
AT_EMPTY_PATH = 0x1000
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "mkosi"
authors = [
{name = "mkosi contributors", email = "systemd-devel@lists.freedesktop.org"},
]
version = "24.3"
version = "25"
description = "Build Bespoke OS Images"
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit 52448a2

Please sign in to comment.