From 74077a99bfdb62c66cbabd9a111c24fe9c2fa66c Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 8 Nov 2024 10:34:54 +0900 Subject: [PATCH] [ruby/ostruct] Bump up v0.6.1 https://github.com/ruby/ostruct/commit/b38680089f --- lib/ostruct.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ostruct.rb b/lib/ostruct.rb index c762baa5a5..3793e5db01 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.6.0" + VERSION = "0.6.1" HAS_PERFORMANCE_WARNINGS = begin Warning[:performance]