diff options
-rw-r--r-- | lib/arel.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/arel.rb b/lib/arel.rb index 2069cec7ce..e04999ed92 100644 --- a/lib/arel.rb +++ b/lib/arel.rb @@ -21,7 +21,7 @@ require 'arel/delete_manager' require 'arel/nodes' module Arel - VERSION = '7.2.0' + VERSION = '8.0.0' def self.sql raw_sql Arel::Nodes::SqlLiteral.new raw_sql |