Bumping version

This commit is contained in:
Bryan Helmkamp 2008-11-07 11:40:05 -05:00
parent 5766ccf60f
commit ebcef2d073
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.2.2'
VERSION = '0.3.0'
def self.root
defined?(RAILS_ROOT) ? RAILS_ROOT : Merb.root