summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-11-08 10:34:54 +0900
committergit <svn-admin@ruby-lang.org>2024-11-08 01:35:02 +0000
commit74077a99bfdb62c66cbabd9a111c24fe9c2fa66c (patch)
treed8d4c53f4d05ab01206c69d1faf9b52557d670c1 /lib
parentc05f849cf25c8de7221e148eb72c3d59b2c89dbb (diff)
[ruby/ostruct] Bump up v0.6.1
https://github.com/ruby/ostruct/commit/b38680089f
Diffstat (limited to 'lib')
-rw-r--r--lib/ostruct.rb2
1 files changed, 1 insertions, 1 deletions
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]