Skip to content

Update to node 22.7.0 #56

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/libv8/node/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Libv8
end

module Libv8::Node
VERSION = '22.6.0.0'
NODE_VERSION = '22.6.0'
VERSION = '22.7.0.0'
NODE_VERSION = '22.7.0'
LIBV8_VERSION = '12.4.254.21' # from src/node-.../deps/v8/include/v8-version.h
end
1 change: 1 addition & 0 deletions sums/v22.7.0.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7a7c99282d59866d971b2da12c99596cb15782b9c3efe2e2146390c14f4d490e
Loading