lib/dry/container/version.rb in dry-container-0.4.0 vs lib/dry/container/version.rb in dry-container-0.5.0
- old
+ new
@@ -1,6 +1,6 @@
module Dry
class Container
# @api public
- VERSION = '0.4.0'.freeze
+ VERSION = '0.5.0'.freeze
end
end