diff options
author | Emilio Tagua <miloops@gmail.com> | 2010-06-08 14:48:31 -0400 |
---|---|---|
committer | Emilio Tagua <miloops@gmail.com> | 2010-06-08 14:48:31 -0400 |
commit | bbddfe7641bf1f81ba47bd3deaa56edd13d5083c (patch) | |
tree | 01a2fc210cf755732d5c909325e05bac58a6e9bb | |
parent | 8a3327526fab96745850606a45f7ccf5ad9e868a (diff) | |
download | rails-bbddfe7641bf1f81ba47bd3deaa56edd13d5083c.tar.gz rails-bbddfe7641bf1f81ba47bd3deaa56edd13d5083c.tar.bz2 rails-bbddfe7641bf1f81ba47bd3deaa56edd13d5083c.zip |
Bump version to 0.4.0
-rw-r--r-- | arel.gemspec | 2 | ||||
-rw-r--r-- | lib/arel/version.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arel.gemspec b/arel.gemspec index 8091bec4d4..12df4754fd 100644 --- a/arel.gemspec +++ b/arel.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.name = "arel" s.version = Arel::VERSION s.authors = ["Bryan Helmkamp", "Nick Kallen", "Emilio Tagua"] - s.date = %q{2010-03-25} + s.date = %q{2010-06-08} s.email = "bryan@brynary.com" s.homepage = "http://github.com/brynary/arel" s.summary = "Arel is a relational algebra engine for Ruby" diff --git a/lib/arel/version.rb b/lib/arel/version.rb index 0e1758947f..ddf477004d 100644 --- a/lib/arel/version.rb +++ b/lib/arel/version.rb @@ -1,3 +1,3 @@ module Arel - VERSION = "0.3.3" unless defined?(Arel::VERSION) + VERSION = "0.4.0" unless defined?(Arel::VERSION) end |