diff options
author | Hiroshi SHIBATA <[email protected]> | 2021-10-21 13:54:31 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-10-21 20:54:33 +0900 |
commit | 422b057d65ae429cf6cd4200366d833174837ec8 (patch) | |
tree | 4998dc0403a011014715b0a24528ee30ff34b366 /lib/ostruct.rb | |
parent | 7529fe82f097e3432ba1450b4fc1109e3cfa8572 (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.rb | 2 |
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 |