Skip to content

Commit 43fe4a0

Browse files
committed
Update strip-readme-patch.sh
1 parent 904df72 commit 43fe4a0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/strip-readme-patch.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,5 @@ while IFS= read -r -d '' readme; do
2222
die "STRIP_README_FULL_VERSION not set" unless defined $from;
2323
die "STRIP_README_MINOR_VERSION not set" unless defined $to;
2424
s/(= ?")\Q$from\E(")/$1$to$2/g;
25-
s/(version ?= ?")\Q$from\E(")/$1$to$2/g;
2625
' "$readme"
2726
done < <(find . -name README.md -print0)

0 commit comments

Comments
 (0)