diff options
author | Sean Griffin <sean@thoughtbot.com> | 2014-12-29 11:39:25 -0700 |
---|---|---|
committer | Sean Griffin <sean@thoughtbot.com> | 2014-12-29 11:39:25 -0700 |
commit | 2345b80c0cfa0766875274a9e4e237a09e08b302 (patch) | |
tree | 5a1590584ab277bac0b2ca9736adc06fcd1db2cc /lib | |
parent | f1a3421ce7083181ebd463c8147c2d4b95539ca8 (diff) | |
download | rails-2345b80c0cfa0766875274a9e4e237a09e08b302.tar.gz rails-2345b80c0cfa0766875274a9e4e237a09e08b302.tar.bz2 rails-2345b80c0cfa0766875274a9e4e237a09e08b302.zip |
Change the version to 7.0.0.alpha
Diffstat (limited to 'lib')
-rw-r--r-- | lib/arel.rb | 2 |
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 |