From be8ee1c0e430f78d562d63c240ca653b15d859bb Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Wed, 8 Jan 2025 07:34:37 +1000 Subject: [PATCH] v0.25.0 --- SPECS/bat.spec | 7 +++++-- rpm.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/SPECS/bat.spec b/SPECS/bat.spec index 55d8827..45696a3 100644 --- a/SPECS/bat.spec +++ b/SPECS/bat.spec @@ -1,7 +1,7 @@ %global debug_package %{nil} Name: bat -Version: 0.24.0 +Version: 0.25.0 Release: 1%{?dist} Summary: A cat clone with syntax highlighting and Git integration. Group: Applications/System @@ -37,9 +37,12 @@ rm -rf %{buildroot} /usr/bin/bat %changelog -* Thu Oct 12 2023 Jamie Curnow - 0.24.0-1 +* Wed Jan 08 2025 Jamie Curnow - 0.25.0-1 - v0.25.0 +* Thu Oct 12 2023 Jamie Curnow - 0.24.0-1 +- v0.24.0 + * Tue Jun 6 2023 Jamie Curnow - 0.23.0-1 - v0.23.0 diff --git a/rpm.json b/rpm.json index e2661e1..be68bdd 100644 --- a/rpm.json +++ b/rpm.json @@ -2,6 +2,6 @@ "publish": { "PACKAGE": "bat", "GH_USER": "jc21-rpm", - "VERSION": "0.24.0" + "VERSION": "0.25.0" } }