From 99182a6519cb6c60bd1224c9a13ace774742b682 Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Tue, 21 Jun 2011 10:52:01 -0500 Subject: [PATCH] 0.9.2beta1: contains fix for GH-84 --- lib/v8/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/v8/version.rb b/lib/v8/version.rb index 180dbfc..f248b05 100644 --- a/lib/v8/version.rb +++ b/lib/v8/version.rb @@ -1,3 +1,3 @@ module V8 - VERSION = "0.9.1" + VERSION = "0.9.2beta1" end \ No newline at end of file