diff --git a/lib/libv8/version.rb b/lib/libv8/version.rb index 5482a7e..1b68e3a 100644 --- a/lib/libv8/version.rb +++ b/lib/libv8/version.rb @@ -1,4 +1,4 @@ module Libv8 # Get the version from the git repo - VERSION = "3.3.8.1" + VERSION = "3.3.8.2" end