From 01d86818ff56720f479ceabc38c36e78a3f93e36 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 7 Nov 2023 15:16:15 +0900 Subject: [PATCH] [ruby/ostruct] Bump up 0.6.0 https://github.com/ruby/ostruct/commit/0985296e72 --- lib/ostruct.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ostruct.rb b/lib/ostruct.rb index 7311138fbf..fa882b7b9b 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.5.5" + VERSION = "0.6.0" HAS_PERFORMANCE_WARNINGS = begin Warning[:performance]