From c6a3046ca347cfeab1fb39ecd148163f3881ab8d Mon Sep 17 00:00:00 2001 From: Arturo Herrero Date: Thu, 28 Mar 2019 19:04:46 +0000 Subject: [PATCH] Bump version --- ofstruct.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ofstruct.gemspec b/ofstruct.gemspec index 36e53f9..4ac992d 100644 --- a/ofstruct.gemspec +++ b/ofstruct.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |spec| spec.platform = Gem::Platform::RUBY spec.name = "ofstruct" - spec.version = "0.2.0" + spec.version = "0.2.1" spec.summary = "OpenFastStruct" spec.description = "OpenFastStruct is a data structure, similar to an OpenStruct but faster." spec.author = "Arturo Herrero"