From 943815cd37d9511de0ff9630b49ab2bdbf41822a Mon Sep 17 00:00:00 2001 From: Vishwas Shashidhar Date: Thu, 24 Jan 2019 10:08:34 +0530 Subject: [PATCH] bump up version number in pre install script --- installer/mac/preinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/mac/preinstall.sh b/installer/mac/preinstall.sh index a1da71c7..c60dfc51 100755 --- a/installer/mac/preinstall.sh +++ b/installer/mac/preinstall.sh @@ -12,7 +12,7 @@ delete_app() compare_versions() { # Get the installer version: - CURRENT_VERSION=4.3.0 + CURRENT_VERSION=4.3.1 # Get the currently installed version: INSTALLED_VERSION=$(plutil -p /Applications/Symphony.app/Contents/Info.plist | awk '/CFBundleShortVersionString/ {print substr($3, 2, length($3)-2)}')