Bump version to v1.7.2
- SHA
fd34f340040620459e5a13233bd3f86339ea249a- Parents
-
00161e3 - Tree
516c813
fd34f34
fd34f340040620459e5a13233bd3f86339ea249a00161e3
516c813| Status | File | + | - |
|---|---|---|---|
| M |
Makefile
|
1 | 1 |
| M |
parrot.spec
|
4 | 1 |
Makefilemodified@@ -3,7 +3,7 @@ | ||
| 3 | 3 | |
| 4 | 4 | # Project configuration |
| 5 | 5 | PROJECT_NAME = parrot |
| 6 | -VERSION = 1.6.1 | |
| 6 | +VERSION = 1.7.2 | |
| 7 | 7 | TARGET = parrot |
| 8 | 8 | |
| 9 | 9 | # Go configuration |
parrot.specmodified@@ -1,7 +1,7 @@ | ||
| 1 | 1 | %define debug_package %{nil} |
| 2 | 2 | |
| 3 | 3 | Name: parrot |
| 4 | -Version: 1.7.1 | |
| 4 | +Version: 1.7.2 | |
| 5 | 5 | Release: 1%{?dist} |
| 6 | 6 | Summary: Intelligent roasts of failed commands |
| 7 | 7 | |
@@ -109,6 +109,9 @@ fi | ||
| 109 | 109 | %{_docdir}/%{name}/ |
| 110 | 110 | |
| 111 | 111 | %changelog |
| 112 | +* Thu Nov 07 2025 mfw <espadonne@outlook.com> - 1.7.2-1 | |
| 113 | +- Version bump to 1.7.2 | |
| 114 | + | |
| 112 | 115 | * Thu Nov 07 2025 mfw <espadonne@outlook.com> - 1.7.1-1 |
| 113 | 116 | - Version bump to 1.7.1 |
| 114 | 117 | |