From bdb463c60ca9dd89944a05f1f77179d71cfed730 Mon Sep 17 00:00:00 2001 From: Logan Lowell Date: Wed, 25 May 2011 16:36:55 -0500 Subject: [PATCH] Non-real minor version until 3.3.9.x is pushed to github --- lib/libv8/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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