From 316d9b0e7f3e5db9d5dd866c8f1b7bee6a8f8f1b Mon Sep 17 00:00:00 2001 From: Hein Date: Mon, 20 Jul 2026 13:59:44 +0200 Subject: [PATCH] chore(release): update package version to 1.0.64 --- linux/arch/PKGBUILD | 2 +- linux/centos/relspec.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/arch/PKGBUILD b/linux/arch/PKGBUILD index edf7d25..30c5395 100644 --- a/linux/arch/PKGBUILD +++ b/linux/arch/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Hein (Warky Devs) pkgname=relspec -pkgver=1.0.63 +pkgver=1.0.64 pkgrel=1 pkgdesc="RelSpec is a comprehensive database relations management tool that reads, transforms, and writes database table specifications across multiple formats and ORMs." arch=('x86_64' 'aarch64') diff --git a/linux/centos/relspec.spec b/linux/centos/relspec.spec index fff910a..1fad774 100644 --- a/linux/centos/relspec.spec +++ b/linux/centos/relspec.spec @@ -1,5 +1,5 @@ Name: relspec -Version: 1.0.63 +Version: 1.0.64 Release: 1%{?dist} Summary: RelSpec is a comprehensive database relations management tool that reads, transforms, and writes database table specifications across multiple formats and ORMs.