aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Daer <jeremydaer@gmail.com>2016-05-29 12:19:17 -0700
committerJeremy Daer <jeremydaer@gmail.com>2016-05-29 12:19:23 -0700
commit6d2254ae4ac5a361c041783d742292acfa58e363 (patch)
tree35a8e5a123987fdc609da09201497c23c04df70f
parent5d26f6f4d56ab75b242527f84eed7f94c3c221e4 (diff)
downloadrails-6d2254ae4ac5a361c041783d742292acfa58e363.tar.gz
rails-6d2254ae4ac5a361c041783d742292acfa58e363.tar.bz2
rails-6d2254ae4ac5a361c041783d742292acfa58e363.zip
Bump to 7.0.1.pre in anticipation of next release
[ci skip]
-rw-r--r--History.txt6
-rw-r--r--lib/arel.rb2
2 files changed, 7 insertions, 1 deletions
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