1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Change the version to 7.0.0.alpha

This commit is contained in:
Sean Griffin 2014-12-29 11:39:25 -07:00
parent f1a3421ce7
commit 2345b80c0c

View file

@ -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