From f22077fbd0605a2358610b7da1f45144207210b9 Mon Sep 17 00:00:00 2001 From: OmarHatem Date: Mon, 9 Oct 2023 18:24:23 +0300 Subject: [PATCH] Update linux app version Fix conflicts with main --- 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 35fc952b6..6a75ecd96 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.1.1" -CAKEWALLET_BUILD_NUMBER=4 +CAKEWALLET_VERSION="1.1.2" +CAKEWALLET_BUILD_NUMBER=5 if ! [[ " ${TYPES[*]} " =~ " ${APP_LINUX_TYPE} " ]]; then echo "Wrong app type."