mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 11:33:13 +00:00
12 lines
223 B
Bash
Executable file
12 lines
223 B
Bash
Executable file
#!/bin/bash -e
|
|
#
|
|
# script/version
|
|
# mas
|
|
#
|
|
# Displays the current marketing version of mas.
|
|
#
|
|
|
|
# This no longer works with MARKETING_VERSION build setting in Info.plist
|
|
# agvtool what-marketing-version -terse1
|
|
|
|
echo "1.8.1"
|