aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2012-01-12 11:36:24 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2012-01-12 11:37:54 -0800
commit34f7d3442e7b0fa8f6dd2d270ee26545232ca816 (patch)
tree91efe7d1e820995efece5ee806694b608a2e2370 /lib/arel.rb
parent529013d974312595555e2f080c5494ea23b3d892 (diff)
downloadrails-34f7d3442e7b0fa8f6dd2d270ee26545232ca816.tar.gz
rails-34f7d3442e7b0fa8f6dd2d270ee26545232ca816.tar.bz2
rails-34f7d3442e7b0fa8f6dd2d270ee26545232ca816.zip
bumping to 3.0.0
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 8d5895dbea..e092fd7998 100644
--- a/lib/arel.rb
+++ b/lib/arel.rb
@@ -33,7 +33,7 @@ require 'arel/sql_literal'
####
module Arel
- VERSION = '3.0.0.rc1'
+ VERSION = '3.0.0'
def self.sql raw_sql
Arel::Nodes::SqlLiteral.new raw_sql