aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2012-02-21 15:05:41 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2012-02-21 15:05:41 -0800
commit6e427e589820278908e7a746749eb9b79b0f85e3 (patch)
tree160c116c04f7c84e4586896867cc271d7b870d4f /lib
parentbb22e84abe262b6e6e0975b3f6c4262929ab8bca (diff)
downloadrails-6e427e589820278908e7a746749eb9b79b0f85e3.tar.gz
rails-6e427e589820278908e7a746749eb9b79b0f85e3.tar.bz2
rails-6e427e589820278908e7a746749eb9b79b0f85e3.zip
bumping version and spec
Diffstat (limited to 'lib')
-rw-r--r--lib/arel.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/arel.rb b/lib/arel.rb
index 4118451aa4..9d08caebeb 100644
--- a/lib/arel.rb
+++ b/lib/arel.rb
@@ -33,7 +33,7 @@ require 'arel/sql_literal'
####
module Arel
- VERSION = '3.0.1'
+ VERSION = '3.0.2'
def self.sql raw_sql
Arel::Nodes::SqlLiteral.new raw_sql