From 473dd8911fe4755cf4bee01196b6258779104565 Mon Sep 17 00:00:00 2001 From: Donald Dong Date: Mon, 6 Apr 2020 08:58:23 -0700 Subject: [PATCH] Release v0.2.5 --- sorbet-coerce.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sorbet-coerce.gemspec b/sorbet-coerce.gemspec index 52d3659..b60f849 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.4" + s.version = "0.2.5" 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"]