Skip to content

Commit

Permalink
Simplified version bump sed ↞ [auto-sync from https://github.com/ad…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Dec 23, 2024
1 parent f7b0154 commit e542f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ for manifest_path in "${MANIFEST_PATHS[@]}" ; do
new_versions+=("$new_ver")

# Bump old version
sed -i "s/\"version\": \"$old_ver\"/\"version\": \"$new_ver\"/" "$manifest_path"
sed -i "s/\"$old_ver\"/\"$new_ver\"/" "$manifest_path"
echo -e "Updated: ${BW}v${old_ver}${NC}${BG}v${new_ver}${NC}\n"
((bumped_cnt++))

Expand Down

0 comments on commit e542f02

Please sign in to comment.