[ruby/ostruct] Bump up v0.6.1

b38680089f
This commit is contained in:
Hiroshi SHIBATA 2024-11-08 10:34:54 +09:00 committed by git
parent c05f849cf2
commit 74077a99bf

View file

@ -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]