Skip to content

Commit 603371f

Browse files
committed
Release v2.6.0
1 parent f18f40a commit 603371f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ NEWVERSION1=`grep "^Stable tag:" $GITPATH/readme.txt | awk -F' ' '{print $NF}'`
3535
echo "readme.txt version: $NEWVERSION1"
3636
NEWVERSION2=`grep "^Version:" $GITPATH/$MAINFILE | awk -F' ' '{print $NF}'`
3737
echo "$MAINFILE version: $NEWVERSION2"
38-
NEWVERSION3=`grep "^define('WPSP_PLUGIN_VERSION', '2.5.0');" $GITPATH/wordpress-sparkpost.php | awk -F"'" '{print $4}'`
38+
NEWVERSION3=`grep "^define('WPSP_PLUGIN_VERSION'" $GITPATH/wordpress-sparkpost.php | awk -F"'" '{print $4}'`
3939
echo "$MAINFILE version constant : $NEWVERSION3"
4040

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

0 commit comments

Comments
 (0)