From b2803faacde86c371d9091f0e378dbbb3f9fb9ed Mon Sep 17 00:00:00 2001 From: Tim Riley Date: Sun, 12 Sep 2021 22:29:24 +1000 Subject: [PATCH] Bump version to 0.9.0 --- lib/dry/container/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dry/container/version.rb b/lib/dry/container/version.rb index c4dacd6..a22ae27 100644 --- a/lib/dry/container/version.rb +++ b/lib/dry/container/version.rb @@ -3,6 +3,6 @@ module Dry class Container # @api public - VERSION = "0.8.0".freeze + VERSION = "0.9.0".freeze end end