Skip to content

Commit 0a7fd61

Browse files
committed
chore: bump version to 1.25.3
1 parent 161666f commit 0a7fd61

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# shellcheck disable=SC2034,SC2154
33

44
pkgname=pikaur-git
5-
pkgver=1.25.2
5+
pkgver=1.25.3
66
pkgrel=1
77
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
88
arch=('any')

pikaur/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class ConfigValueType(TypedDict):
3131
migrated: NotRequired[bool]
3232

3333

34-
VERSION: "Final" = "1.25.2-dev"
34+
VERSION: "Final" = "1.25.3-dev"
3535

3636
DEFAULT_CONFIG_ENCODING: "Final" = "utf-8"
3737
DEFAULT_INPUT_ENCODING: "Final" = "utf-8"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pikaur"
3-
version = '1.25.2'
3+
version = '1.25.3'
44
description = 'AUR helper with minimal dependencies'
55
authors = [
66
{name = 'Yauheni Kirylau', email = 'actionless.loveless@gmail.com'},

0 commit comments

Comments
 (0)