diff --git a/SPECS/starship.spec b/SPECS/starship.spec index 13d0ce6..95486fb 100644 --- a/SPECS/starship.spec +++ b/SPECS/starship.spec @@ -2,7 +2,7 @@ %global gh_user starship Name: starship -Version: 1.6.2 +Version: 1.6.3 Release: 1%{?dist} Summary: The cross-shell prompt for astronauts Group: Applications/System @@ -36,6 +36,9 @@ rm -rf %{buildroot} /usr/bin/%{name} %changelog +* Wed Apr 27 2022 Jamie Curnow - 1.6.3-1 +- v1.6.3 + * Tue Apr 19 2022 Jamie Curnow - 1.6.2-1 - v1.6.2 diff --git a/rpm.json b/rpm.json index f82ef73..5ca654d 100644 --- a/rpm.json +++ b/rpm.json @@ -2,7 +2,7 @@ "publish": { "PACKAGE": "starship", "GH_USER": "jc21-rpm", - "VERSION": "1.6.2" + "VERSION": "1.6.3" } }