diff --git a/sorbet-coerce.gemspec b/sorbet-coerce.gemspec index 5887bfd..52d3659 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.2.3" + s.version = "0.2.4" 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"]