1
0
Fork 0
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:
Jeremy Daer 2016-05-29 12:19:17 -07:00
parent 5d26f6f4d5
commit 6d2254ae4a
No known key found for this signature in database
GPG key ID: AB8F6399D5C60664
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
=== 7.0.1 / unreleased
* Enhancements
* Support Ruby 2.4 unified Integer class
=== 7.0.0 / 2015-12-17
* Enhancements

View file

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