aboutsummaryrefslogtreecommitdiffstats
path: root/lib
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 /lib
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]
Diffstat (limited to 'lib')
-rw-r--r--lib/arel.rb2
1 files changed, 1 insertions, 1 deletions
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