This website requires JavaScript.
Explore
Help
Sign In
passepartoutvpn
/
passepartout-apple
mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
Watch
1
Star
0
Fork
You've already forked passepartout-apple
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6cc86e8668
passepartout-apple
/
ci
/
bump.sh
6 lines
96 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
if
[
! -z
$1
]
;
then
VERSION
=
"
version:
$1
"
fi
bundle
exec
fastlane bump
"
$VERSION
"
Reference in New Issue
View Git Blame
Copy Permalink