From 0985296e721a54e8aee8bbedd666ea856bd021d5 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 7 Nov 2023 15:16:15 +0900 Subject: [PATCH] Bump up 0.6.0 --- lib/ostruct.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ostruct.rb b/lib/ostruct.rb index 7311138..fa882b7 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]