Skip to content

Commit

Permalink
Bump version: 4.10 → 4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevaev committed Sep 7, 2024
1 parent 8113c57 commit bbbc908
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 4.10
current_version = 4.11
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)?
serialize =
{major}.{minor}
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ for _variant in "${_variants[@]}"; do
pkgname+=(kvmd-platform-$_platform-$_board)
done
pkgbase=kvmd
pkgver=4.10
pkgver=4.11
pkgrel=1
pkgdesc="The main PiKVM daemon"
url="https://github.com/pikvm/kvmd"
Expand Down
2 changes: 1 addition & 1 deletion kvmd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
# ========================================================================== #


__version__ = "4.10"
__version__ = "4.11"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def main() -> None:

setup(
name="kvmd",
version="4.10",
version="4.11",
url="https://github.com/pikvm/kvmd",
license="GPLv3",
author="Maxim Devaev",
Expand Down

0 comments on commit bbbc908

Please sign in to comment.