From 8b20a145ba7a2448d01808b25b7fa0afc64e908b Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sun, 14 Jan 2024 22:45:32 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.28=20=E2=86=92=200.29?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- PKGBUILD | 2 +- src/const.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7992e76..e02f475 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.28 +current_version = 0.29 parse = (?P\d+)\.(?P\d+) serialize = {major}.{minor} diff --git a/PKGBUILD b/PKGBUILD index 0cff61a..65410f8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=kvmd-fan -pkgver=0.28 +pkgver=0.29 pkgrel=1 pkgdesc="PiKVM - A small fan controller daemon" url="https://github.com/pikvm/kvmd-fan" diff --git a/src/const.h b/src/const.h index 2fc8118..33ceaa8 100644 --- a/src/const.h +++ b/src/const.h @@ -22,4 +22,4 @@ #pragma once -#define VERSION "0.28" +#define VERSION "0.29"