I downloaded the latest GeoDa for the mac (1.22.0.20)
The Info.plist file values for this do not match the release build info:
<key>CFBundleVersion</key>
<string>1.22.0.0</string>
<key>CFBundleShortVersionString</key>
<string>1.22.0.0</string>
Can these keys be updated to reflect the actual build number? We use Munki to deploy software and it will key on one of these two strings to check for new versions.
Thanks!