Bumping version to 0.3.999.1 in prep for 0.4 coming later today

This commit is contained in:
Bryan Helmkamp 2009-01-18 16:26:32 -05:00
parent 743d787164
commit 4720a79d3c
1 changed files with 1 additions and 1 deletions

View File

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