Skip to content

Commit 794b874

Browse files
committed
Update version bump script to chmod
1 parent fa607cd commit 794b874

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bump.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ if ! echo $NEW_VERSION | grep -i -- '-SNAPSHOT' >/dev/null; then echo "WARNING:
1111

1212
echo "Updating the project version in build.gradle, pom.xml and README.md to $NEW_VERSION"
1313
sed -ri "s/"`echo $CURRENT_VERSION | sed 's/\./\\\\./g'`"/$NEW_VERSION/g" build.gradle pom.xml README.md || die_with "Failed to update the project version!"
14+
chmod 644 build.gradle pom.xml README.md

0 commit comments

Comments
 (0)