Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Aug 22, 2024
1 parent 0bfaa5d commit a616a9a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
11 changes: 7 additions & 4 deletions lib/libv8/node/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
module Libv8; end
# frozen_string_literal: true

module Libv8
end

module Libv8::Node
VERSION = '22.5.1.0'.freeze
NODE_VERSION = '22.5.1'.freeze
LIBV8_VERSION = '21.4.254.21'.freeze # from v8/include/v8-version.h
VERSION = "22.6.0.0"
NODE_VERSION = "22.6.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.6.0.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
af4a8747651385515163db5da0d2e217da15cf7c832672b234128ed5118f086d

0 comments on commit a616a9a

Please sign in to comment.