From 995760c4dacf087aeb1e81d4c4b8e8e86e7a593b Mon Sep 17 00:00:00 2001 From: Hein Date: Mon, 29 Jun 2026 16:35:53 +0200 Subject: [PATCH] chore(release): bump version to 0.0.2 --- linux/arch/PKGBUILD | 2 +- linux/centos/pgtidy.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/arch/PKGBUILD b/linux/arch/PKGBUILD index b515dc9..95c7685 100644 --- a/linux/arch/PKGBUILD +++ b/linux/arch/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Hein (Warky Devs) pkgname=pgtidy-bin -pkgver=0.0.1 +pkgver=0.0.2 pkgrel=1 pkgdesc="PostgreSQL SQL formatter and linter" arch=('x86_64' 'aarch64') diff --git a/linux/centos/pgtidy.spec b/linux/centos/pgtidy.spec index ceee5e4..f0058f5 100644 --- a/linux/centos/pgtidy.spec +++ b/linux/centos/pgtidy.spec @@ -1,5 +1,5 @@ Name: pgtidy -Version: 0.0.1 +Version: 0.0.2 Release: 1%{?dist} Summary: PostgreSQL SQL formatter and linter