diff --git a/lib/dry/core/version.rb b/lib/dry/core/version.rb index 71fcf04..1f67aa8 100644 --- a/lib/dry/core/version.rb +++ b/lib/dry/core/version.rb @@ -2,6 +2,6 @@ module Dry module Core - VERSION = "1.0.0" + VERSION = "1.0.1" end end