v4.27.0 Release Candidate (#2225)

* v4.27.0 Release Candidate

* update app versions [skip ci]
This commit is contained in:
Omar Hatem 2025-04-25 20:38:48 +03:00 committed by GitHub
parent b5ba9385e8
commit 10294e088a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 22 additions and 25 deletions

View file

@ -14,8 +14,8 @@ if [ -n "$1" ]; then
fi
CAKEWALLET_NAME="Cake Wallet"
CAKEWALLET_VERSION="4.26.0"
CAKEWALLET_BUILD_NUMBER=52
CAKEWALLET_VERSION="4.27.0"
CAKEWALLET_BUILD_NUMBER=53
if ! [[ " ${TYPES[*]} " =~ " ${APP_LINUX_TYPE} " ]]; then
echo "Wrong app type."