Version bump to 1.21.11

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
Jason Rothstein 2024-04-19 22:47:37 -05:00
parent 2ecc846981
commit 099972012f

View File

@ -10,7 +10,7 @@ ExclusiveArch: %{go_arches}
%endif
Name: gitea
Version: 1.21.10
Version: 1.21.11
Release: 1%{?dist}
Summary: Gitea: Git with a cup of tea
@ -41,6 +41,7 @@ export LDFLAGS
make \
TAGS="bindata pam sqlite sqlite_unlock_notify" \
GITEA_VERSION="%{version}-%{release}" \
build
sed -i \
@ -93,6 +94,9 @@ fi
%changelog
* Fri Apr 19 2024 Jason Rothstein
- version bump to 1.21.11
* Tue Mar 26 2024 Jason Rothstein
- version bump to 1.21.10