Skip to content

Commit

Permalink
version bump linux
Browse files Browse the repository at this point in the history
  • Loading branch information
dannagle committed Mar 24, 2019
1 parent 62d1b19 commit d143f63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci_cd/linux/linux-prebuild.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
echo "6.0.$BUILD_NUMBER" > buildversion.txt
echo "6.1.$BUILD_NUMBER" > buildversion.txt
php ci_cd/linux/linux-prebuild.php
4 changes: 2 additions & 2 deletions ci_cd/mac/mac-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

if [ -z "$1" ]
then
echo "Please supply build version (e.g. 6.0.0)"
echo "Please supply build version (e.g. 6.1.0)"
exit
fi

Expand All @@ -14,7 +14,7 @@ fi

if [ -z "$3" ]
then
echo "Please supply notary id password (e.g. hunter2)"
echo "Please supply appleid application password (e.g. hunter2)"
exit
fi

Expand Down

0 comments on commit d143f63

Please sign in to comment.