Skip to content

Commit 04b67bb

Browse files
committed
Bump version to 1.0.2
1 parent 98f5bd6 commit 04b67bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/bump_version.sh

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ sed -i '' "s|^ \(sha256 \"\)\(.*\)\(\"\)| \1$sha\3|" $(brew --repo homebrew/co
1616

1717
previous_version=${current_version%.*}.$((${current_version##*.}-1))
1818
sed -i '' "s/${previous_version//./\\.}/$current_version/g" \
19-
README.md \
2019
$(brew --repo homebrew/core)/Formula/weaver.rb
2120

2221
git commit -am "Bump version to $next_version"

0 commit comments

Comments
 (0)