Bump version number to 0.4.0

This commit is contained in:
Bryan Helmkamp 2009-01-18 17:08:12 -05:00
parent 2b38b78724
commit bbf6cf06c2
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ module Webrat
class WebratError < StandardError
end
VERSION = '0.3.999.1'
VERSION = '0.4.0'
def self.require_xml
gem "nokogiri", ">= 1.0.6"