Skip to content

Commit

Permalink
tools: fix lint V8
Browse files Browse the repository at this point in the history
  • Loading branch information
fasenderos committed May 30, 2023
1 parent d5bb5c7 commit b6c9e2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/dep_updaters/update-v8-patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ CURRENT_PATCH_VERSION=$(grep "#define V8_PATCH_LEVEL" "$DEPS_DIR/v8/include/v8-v
NEW_VERSION="$CURRENT_MAJOR_VERSION.$CURRENT_MINOR_VERSION.$CURRENT_BUILD_VERSION.$CURRENT_PATCH_VERSION"


# Update the version number. We need to call this function twice to update
# both V8 and v8 (upper/lower case)
# Update the version number. We have to call it twice because V8 is written
# both in lowercase and uppdercase
update_dependency_version "v8" "$NEW_VERSION"
update_dependency_version "V8" "$NEW_VERSION"

Expand Down

0 comments on commit b6c9e2f

Please sign in to comment.