mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Bump to 7.0.1.pre in anticipation of next release
[ci skip]
This commit is contained in:
parent
5d26f6f4d5
commit
6d2254ae4a
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
=== 7.0.1 / unreleased
|
||||
|
||||
* Enhancements
|
||||
|
||||
* Support Ruby 2.4 unified Integer class
|
||||
|
||||
=== 7.0.0 / 2015-12-17
|
||||
|
||||
* Enhancements
|
||||
|
|
|
@ -21,7 +21,7 @@ require 'arel/delete_manager'
|
|||
require 'arel/nodes'
|
||||
|
||||
module Arel
|
||||
VERSION = '7.0.0'
|
||||
VERSION = '7.0.1.pre'
|
||||
|
||||
def self.sql raw_sql
|
||||
Arel::Nodes::SqlLiteral.new raw_sql
|
||||
|
|
Loading…
Reference in a new issue