diff --git a/sorbet-coerce.gemspec b/sorbet-coerce.gemspec index f14c1cb..49f7eb5 100644 --- a/sorbet-coerce.gemspec +++ b/sorbet-coerce.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = %q{sorbet-coerce} - s.version = "0.6.0" + s.version = "0.7.0" s.date = %q{2019-10-04} s.summary = %q{A type coercion lib works with Sorbet's static type checker and type definitions; raises an error if the coercion fails.} s.authors = ["Chan Zuckerberg Initiative"]