bump up version number in pre install script

This commit is contained in:
Vishwas Shashidhar 2019-01-24 10:08:34 +05:30
parent 213eb2b839
commit 943815cd37

View File

@ -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)}')