From ce799388c235057ee9f565985ad2ce7b178eafc4 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Sat, 27 Dec 2008 19:46:53 -0500 Subject: [PATCH] Bumping version number to 0.3.3 --- lib/webrat.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/webrat.rb b/lib/webrat.rb index d8b1abb..0cd8758 100644 --- a/lib/webrat.rb +++ b/lib/webrat.rb @@ -3,7 +3,7 @@ require "rubygems" $LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__))) unless $LOAD_PATH.include?(File.expand_path(File.dirname(__FILE__))) module Webrat - VERSION = '0.3.2' + VERSION = '0.3.3' def self.root #:nodoc: defined?(RAILS_ROOT) ? RAILS_ROOT : Merb.root