aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-12-14 12:44:36 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2011-12-14 12:44:36 -0800
commit733002f5e725489d5dfc5f3c2c4dd58ca394f546 (patch)
tree3e3b0f9affdaae029ca5c83e6d4532adb0bff912 /lib/arel.rb
parent6525b409c2a753488681f4cd955cfda29a06b1ac (diff)
downloadrails-733002f5e725489d5dfc5f3c2c4dd58ca394f546.tar.gz
rails-733002f5e725489d5dfc5f3c2c4dd58ca394f546.tar.bz2
rails-733002f5e725489d5dfc5f3c2c4dd58ca394f546.zip
updating to rc1
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 41fca9a790..8d5895dbea 100644
--- a/lib/arel.rb
+++ b/lib/arel.rb
@@ -33,7 +33,7 @@ require 'arel/sql_literal'
####
module Arel
- VERSION = '3.0.0.pre'
+ VERSION = '3.0.0.rc1'
def self.sql raw_sql
Arel::Nodes::SqlLiteral.new raw_sql