diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2010-11-11 10:57:08 -0600 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2010-11-11 10:57:08 -0600 |
commit | fd7c508fcc62d61162a201636d3a2b595c2e8ccd (patch) | |
tree | 08217a83aa235f74fac0a991c7d3d0f781981410 /lib | |
parent | 66a73cfd320f84c15fe064d70fafd14c0ab629cf (diff) | |
download | rails-fd7c508fcc62d61162a201636d3a2b595c2e8ccd.tar.gz rails-fd7c508fcc62d61162a201636d3a2b595c2e8ccd.tar.bz2 rails-fd7c508fcc62d61162a201636d3a2b595c2e8ccd.zip |
terrorist version bump
Diffstat (limited to 'lib')
-rw-r--r-- | lib/arel.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/arel.rb b/lib/arel.rb index bcf71c05dd..8592cead48 100644 --- a/lib/arel.rb +++ b/lib/arel.rb @@ -28,7 +28,7 @@ require 'arel/sql_literal' #### module Arel - VERSION = '2.0.1' + VERSION = '2.0.2' def self.sql raw_sql Arel::Nodes::SqlLiteral.new raw_sql |