mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-12 11:39:04 +00:00
157f336184
Drop submodule.
3 lines
133 B
Bash
Executable File
3 lines
133 B
Bash
Executable File
#!/bin/bash
|
|
bundle exec fastlane --env $1 get_version_number_unix 2>/dev/null | grep "Version: " | sed -E "s/^.*Version: (.*)$/\1/g"
|