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:
parent
f1a3421ce7
commit
2345b80c0c
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ require 'arel/delete_manager'
|
||||||
require 'arel/nodes'
|
require 'arel/nodes'
|
||||||
|
|
||||||
module Arel
|
module Arel
|
||||||
VERSION = '6.0.0'
|
VERSION = '7.0.0.alpha'
|
||||||
|
|
||||||
def self.sql raw_sql
|
def self.sql raw_sql
|
||||||
Arel::Nodes::SqlLiteral.new raw_sql
|
Arel::Nodes::SqlLiteral.new raw_sql
|
||||||
|
|
Loading…
Reference in a new issue