Skip to content

Commit 8646501

Browse files
committed
lint
1 parent 362241d commit 8646501

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/libv8/node/version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module Libv8
44
end
55

66
module Libv8::Node
7-
VERSION = "22.6.0.0"
8-
NODE_VERSION = "22.6.0"
9-
LIBV8_VERSION = "21.4.254.21" # from src/node-.../deps/v8/include/v8-version.h
7+
VERSION = '22.6.0.0'
8+
NODE_VERSION = '22.6.0'
9+
LIBV8_VERSION = '21.4.254.21' # from src/node-.../deps/v8/include/v8-version.h
1010
end

0 commit comments

Comments
 (0)