aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel.rb
diff options
context:
space:
mode:
authorGodfrey Chan <godfreykfc@gmail.com>2014-10-30 13:58:44 -0700
committerGodfrey Chan <godfreykfc@gmail.com>2014-10-30 13:58:44 -0700
commit8ac47c4580e55a41c5a159fe7fe74c732214ccec (patch)
treee49dee8ec301aac66d6b479d555f3a6347703d36 /lib/arel.rb
parent8c7aa53200fc82774747c0419b3bc23c60bf289e (diff)
downloadrails-8ac47c4580e55a41c5a159fe7fe74c732214ccec.tar.gz
rails-8ac47c4580e55a41c5a159fe7fe74c732214ccec.tar.bz2
rails-8ac47c4580e55a41c5a159fe7fe74c732214ccec.zip
Bump to 6.0.0.beta2
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 80677953df..018dc7593d 100644
--- a/lib/arel.rb
+++ b/lib/arel.rb
@@ -21,7 +21,7 @@ require 'arel/delete_manager'
require 'arel/nodes'
module Arel
- VERSION = '6.0.0.beta1'
+ VERSION = '6.0.0.beta2'
def self.sql raw_sql
Arel::Nodes::SqlLiteral.new raw_sql