Skip to content

Commit

Permalink
Another fix for bump-version script
Browse files Browse the repository at this point in the history
  • Loading branch information
trq committed Jan 3, 2012
1 parent 7a97f86 commit 9763639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/bump-version
Expand Up @@ -32,5 +32,5 @@ fi


echo "incremented to $major.$minor.$incr"; echo "incremented to $major.$minor.$incr";


sed "s/VERSION = '.*';/VERSION = '$major.$minor.$incr';/" lib/Proem/Proem.php > lib/Proem/Proem.php.new sed "s/VERSION = '.*';/VERSION = '$major.$minor.$incr';/" lib/Proem/Api/Proem.php > lib/Proem/Api/Proem.php.new
mv lib/Proem/Api/Proem.php.new lib/Proem/Api/Proem.php mv lib/Proem/Api/Proem.php.new lib/Proem/Api/Proem.php

0 comments on commit 9763639

Please sign in to comment.