Bumping version number to 0.3.3
This commit is contained in:
parent
95e3260142
commit
ce799388c2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue