aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel.rb
diff options
context:
space:
mode:
authorSean Griffin <sean@thoughtbot.com>2014-12-29 11:39:25 -0700
committerSean Griffin <sean@thoughtbot.com>2014-12-29 11:39:25 -0700
commit2345b80c0cfa0766875274a9e4e237a09e08b302 (patch)
tree5a1590584ab277bac0b2ca9736adc06fcd1db2cc /lib/arel.rb
parentf1a3421ce7083181ebd463c8147c2d4b95539ca8 (diff)
downloadrails-2345b80c0cfa0766875274a9e4e237a09e08b302.tar.gz
rails-2345b80c0cfa0766875274a9e4e237a09e08b302.tar.bz2
rails-2345b80c0cfa0766875274a9e4e237a09e08b302.zip
Change the version to 7.0.0.alpha
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 1e3c51a254..aab93913d5 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'
+ VERSION = '7.0.0.alpha'
def self.sql raw_sql
Arel::Nodes::SqlLiteral.new raw_sql