summaryrefslogtreecommitdiff
path: root/lib/ostruct.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2021-10-21 13:54:31 +0900
committerHiroshi SHIBATA <[email protected]>2021-10-21 20:54:33 +0900
commit422b057d65ae429cf6cd4200366d833174837ec8 (patch)
tree4998dc0403a011014715b0a24528ee30ff34b366 /lib/ostruct.rb
parent7529fe82f097e3432ba1450b4fc1109e3cfa8572 (diff)
[ruby/ostruct] Bump up ostruct version to 0.5.0
https://github.com/ruby/ostruct/commit/c535a406f8
Diffstat (limited to 'lib/ostruct.rb')
-rw-r--r--lib/ostruct.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ostruct.rb b/lib/ostruct.rb
index ecfacd10fb..a40729bb5d 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.4.0"
+ VERSION = "0.5.0"
#
# Creates a new OpenStruct object. By default, the resulting OpenStruct