diff options
-rw-r--r-- | arel.gemspec | 2 | ||||
-rw-r--r-- | lib/arel.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arel.gemspec b/arel.gemspec index 3ea8e75211..695f504203 100644 --- a/arel.gemspec +++ b/arel.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = %q{arel} - s.version = "0.3.0" + s.version = "0.3.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Bryan Helmkamp", "Nick Kallen", "Emilio Tagua"] diff --git a/lib/arel.rb b/lib/arel.rb index 305ae99181..14511d5b38 100644 --- a/lib/arel.rb +++ b/lib/arel.rb @@ -7,5 +7,5 @@ module Arel require 'arel/engines' autoload :Session, 'arel/session' - VERSION = "0.3.0" + VERSION = "0.3.1" end |