From cfc170596ad861d8d04b07665aac1e3bf88e1a6a Mon Sep 17 00:00:00 2001 From: Hein Date: Mon, 29 Jun 2026 12:00:01 +0200 Subject: [PATCH] chore(release): bump version to 0.0.1 --- 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 aa36be3..b515dc9 100644 --- a/linux/arch/PKGBUILD +++ b/linux/arch/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Hein (Warky Devs) pkgname=pgtidy-bin -pkgver=0.1.0 +pkgver=0.0.1 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 704fb9a..5efdda9 100644 --- a/linux/centos/pgtidy.spec +++ b/linux/centos/pgtidy.spec @@ -1,5 +1,5 @@ Name: pgtidy -Version: 0.1.0 +Version: 0.0.1 Release: 1%{?dist} Summary: PostgreSQL SQL formatter and linter