From 422b057d65ae429cf6cd4200366d833174837ec8 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 21 Oct 2021 13:54:31 +0900 Subject: [PATCH] [ruby/ostruct] Bump up ostruct version to 0.5.0 https://github.com/ruby/ostruct/commit/c535a406f8 --- lib/ostruct.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ostruct.rb b/lib/ostruct.rb index ecfacd10fb..a40729bb5d 100644 --- a/lib/ostruct.rb +++ b/lib/ostruct.rb @@ -107,7 +107,7 @@ # For all these reasons, consider not using OpenStruct at all. # class OpenStruct - VERSION = "0.4.0" + VERSION = "0.5.0" # # Creates a new OpenStruct object. By default, the resulting OpenStruct