From 6d2254ae4ac5a361c041783d742292acfa58e363 Mon Sep 17 00:00:00 2001 From: Jeremy Daer Date: Sun, 29 May 2016 12:19:17 -0700 Subject: Bump to 7.0.1.pre in anticipation of next release [ci skip] --- History.txt | 6 ++++++ lib/arel.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/History.txt b/History.txt index 9d4cd32461..07cb9024fd 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,9 @@ +=== 7.0.1 / unreleased + +* Enhancements + + * Support Ruby 2.4 unified Integer class + === 7.0.0 / 2015-12-17 * Enhancements diff --git a/lib/arel.rb b/lib/arel.rb index f32929e70f..2bd56372ef 100644 --- a/lib/arel.rb +++ b/lib/arel.rb @@ -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 -- cgit v1.2.3