From 4720a79d3ce1d6b98a0c93ea3f240c81c14237d5 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Sun, 18 Jan 2009 16:26:32 -0500 Subject: [PATCH] Bumping version to 0.3.999.1 in prep for 0.4 coming later today --- lib/webrat.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/webrat.rb b/lib/webrat.rb index dde942e..99f306c 100644 --- a/lib/webrat.rb +++ b/lib/webrat.rb @@ -7,7 +7,7 @@ module Webrat class WebratError < StandardError end - VERSION = '0.3.2.2' + VERSION = '0.3.999.1' def self.require_xml gem "nokogiri", ">= 1.0.6"