diff --git a/SPECS/bat.spec b/SPECS/bat.spec index 490f8f1..27fb03b 100644 --- a/SPECS/bat.spec +++ b/SPECS/bat.spec @@ -1,7 +1,7 @@ %global debug_package %{nil} Name: bat -Version: 0.22.1 +Version: 0.23.0 Release: 1 Summary: A cat clone with syntax highlighting and Git integration. Group: Applications/System @@ -37,6 +37,9 @@ rm -rf %{buildroot} /usr/bin/bat %changelog +* Tue Jun 6 2023 Jamie Curnow - 0.23.0-1 +- v0.23.0 + * Mon Sep 12 2022 Jamie Curnow - 0.22.1-1 - v0.22.1 diff --git a/rpm.json b/rpm.json index 3404d0a..eb67b3e 100644 --- a/rpm.json +++ b/rpm.json @@ -2,6 +2,6 @@ "publish": { "PACKAGE": "bat", "GH_USER": "jc21-rpm", - "VERSION": "0.22.1" + "VERSION": "0.23.0" } }