diff --git a/lib/red.rb b/lib/red.rb index 01df54e..3358c8f 100644 --- a/lib/red.rb +++ b/lib/red.rb @@ -16,7 +16,7 @@ require 'red/nodes/variable_nodes' module Red # :nodoc: - VERSION = '4.1.6' + VERSION = '4.1.7' ARRAY_NODES = { :and => LogicNode::Conjunction::And,