Skip to content

Commit

Permalink
chore: bump version to 1.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Dec 19, 2022
1 parent 3af9b83 commit 95a6d50
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.14.5
pkgver=1.14.6
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 @@ -29,7 +29,7 @@ class ConfigValueType(TypedDict):
RUNNING_AS_ROOT = os.geteuid() == 0 # @TODO: could global var be avoided here?


VERSION = "1.14.5-dev"
VERSION = '1.14.6-dev'

_USER_CACHE_HOME = os.environ.get(
"XDG_CACHE_HOME",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

SETUP_ARGS: Dict[str, Any] = dict(
name='pikaur', # Required
version='1.14.5', # Required
version='1.14.6', # Required
description='AUR helper with minimal dependencies', # Required
long_description=LONG_DESCRIPTION, # Optional
url='https://github.com/actionless/pikaur', # Optional
Expand Down

0 comments on commit 95a6d50

Please sign in to comment.