Skip to content

Commit

Permalink
Release v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rajumsys committed Jan 26, 2017
1 parent f18f40a commit 603371f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ NEWVERSION1=`grep "^Stable tag:" $GITPATH/readme.txt | awk -F' ' '{print $NF}'`
echo "readme.txt version: $NEWVERSION1"
NEWVERSION2=`grep "^Version:" $GITPATH/$MAINFILE | awk -F' ' '{print $NF}'`
echo "$MAINFILE version: $NEWVERSION2"
NEWVERSION3=`grep "^define('WPSP_PLUGIN_VERSION', '2.5.0');" $GITPATH/wordpress-sparkpost.php | awk -F"'" '{print $4}'`
NEWVERSION3=`grep "^define('WPSP_PLUGIN_VERSION'" $GITPATH/wordpress-sparkpost.php | awk -F"'" '{print $4}'`
echo "$MAINFILE version constant : $NEWVERSION3"

if [[ "$NEWVERSION1" != "$NEWVERSION2" || "$NEWVERSION2" != "$NEWVERSION3" ]]; then
Expand Down

0 comments on commit 603371f

Please sign in to comment.