From 322cdf43856a50684709dd9bd5947d0275fe7110 Mon Sep 17 00:00:00 2001 From: Jonas Nicklas Date: Fri, 26 Feb 2010 18:56:52 +0100 Subject: [PATCH] Tagged Version 0.3.5 --- lib/capybara.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/capybara.rb b/lib/capybara.rb index 5cddde472..acf3e57e4 100644 --- a/lib/capybara.rb +++ b/lib/capybara.rb @@ -2,7 +2,7 @@ require 'nokogiri' module Capybara - VERSION = '0.3.0' + VERSION = '0.3.5' class CapybaraError < StandardError; end class DriverNotFoundError < CapybaraError; end