summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-11-07 15:16:15 +0900
committergit <svn-admin@ruby-lang.org>2023-11-07 06:16:31 +0000
commit01d86818ff56720f479ceabc38c36e78a3f93e36 (patch)
treea16b2d704eb816ee8ebe17dc51b3b5596fa8ce44 /lib
parentf0ee59988e68e4c9802ba8d5aff4f5b5a38871d2 (diff)
[ruby/ostruct] Bump up 0.6.0
https://github.com/ruby/ostruct/commit/0985296e72
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 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]