From 3ed6c1b149e441d2e47a2173ce86f66ce396d060 Mon Sep 17 00:00:00 2001 From: OmarHatem Date: Sat, 18 May 2024 04:02:44 +0300 Subject: [PATCH] update version --- scripts/linux/app_env.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/linux/app_env.sh b/scripts/linux/app_env.sh index cf043add0..aaf70fde3 100755 --- a/scripts/linux/app_env.sh +++ b/scripts/linux/app_env.sh @@ -14,8 +14,8 @@ if [ -n "$1" ]; then fi CAKEWALLET_NAME="Cake Wallet" -CAKEWALLET_VERSION="1.7.1" -CAKEWALLET_BUILD_NUMBER=26 +CAKEWALLET_VERSION="1.7.2" +CAKEWALLET_BUILD_NUMBER=27 if ! [[ " ${TYPES[*]} " =~ " ${APP_LINUX_TYPE} " ]]; then echo "Wrong app type."