Bumping version number to 0.3.3

This commit is contained in:
Bryan Helmkamp 2008-12-27 19:46:53 -05:00
parent 95e3260142
commit ce799388c2
1 changed files with 1 additions and 1 deletions

View File

@ -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