aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2012-02-20 18:04:54 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2012-02-20 18:04:54 -0800
commitaa43fe1eb7db56f333698033e02b5e879b85145b (patch)
tree60fccb3e4155aec35b018d50974a0e04f728f5f3 /lib/arel.rb
parent33f03c5557526d54c2b0053c79ea0e837016aef5 (diff)
downloadrails-aa43fe1eb7db56f333698033e02b5e879b85145b.tar.gz
rails-aa43fe1eb7db56f333698033e02b5e879b85145b.tar.bz2
rails-aa43fe1eb7db56f333698033e02b5e879b85145b.zip
bumping to 3.0.1
Diffstat (limited to 'lib/arel.rb')
-rw-r--r--lib/arel.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/arel.rb b/lib/arel.rb
index e092fd7998..4118451aa4 100644
--- a/lib/arel.rb
+++ b/lib/arel.rb
@@ -33,7 +33,7 @@ require 'arel/sql_literal'
####
module Arel
- VERSION = '3.0.0'
+ VERSION = '3.0.1'
def self.sql raw_sql
Arel::Nodes::SqlLiteral.new raw_sql