diff --git a/PKGBUILD b/PKGBUILD index 5f99546a3..4165cae8c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # shellcheck disable=SC2034,SC2154 pkgname=pikaur-git -pkgver=1.22.3 +pkgver=1.22.4 pkgrel=1 pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay." arch=('any') diff --git a/pikaur/config.py b/pikaur/config.py index c4f104f86..d8f33b7ba 100644 --- a/pikaur/config.py +++ b/pikaur/config.py @@ -101,7 +101,7 @@ def pre_arg_parser(key: str, fallback: str) -> str: return fallback -VERSION: "Final" = "1.22.3-dev" +VERSION: "Final" = "1.22.4-dev" DEFAULT_CONFIG_ENCODING: "Final" = "utf-8" BOOL: "Final" = "bool" diff --git a/pyproject.toml b/pyproject.toml index 22372faa7..fe9a1f0d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pikaur" -version = '1.22.3' +version = '1.22.4' description = 'AUR helper with minimal dependencies' authors = [ {name = 'Yauheni Kirylau', email = 'actionless.loveless@gmail.com'},