diff --git a/lib/dry/container/version.rb b/lib/dry/container/version.rb index d3243e0..2151622 100644 --- a/lib/dry/container/version.rb +++ b/lib/dry/container/version.rb @@ -1,6 +1,6 @@ module Dry class Container # @api public - VERSION = '0.7.1'.freeze + VERSION = '0.7.2'.freeze end end