Skip to content

Commit

Permalink
chore: bump version to 1.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Jun 22, 2024
1 parent c1c709d commit d4c205a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154

pkgname=pikaur-git
pkgver=1.22
pkgver=1.22.1
pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')
Expand Down
2 changes: 1 addition & 1 deletion pikaur/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def pre_arg_parser(key: str, fallback: str) -> str:
return fallback


VERSION: "Final" = "1.22-dev"
VERSION: "Final" = "1.22.1-dev"

DEFAULT_CONFIG_ENCODING: "Final" = "utf-8"
BOOL: "Final" = "bool"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pikaur"
version = '1.22'
version = '1.22.1'
description = 'AUR helper with minimal dependencies'
authors = [
{name = 'Yauheni Kirylau', email = '[email protected]'},
Expand Down

0 comments on commit d4c205a

Please sign in to comment.