diff options
author | Marc-André Lafortune <[email protected]> | 2022-03-31 17:18:22 +0200 |
---|---|---|
committer | git <[email protected]> | 2022-04-01 00:18:36 +0900 |
commit | 8a38419b73ec2b698dd2d0462055f3e8f2bc6252 (patch) | |
tree | f61579a8294930e6f99fadb835c3cc4f005a7b99 /lib/ostruct.rb | |
parent | 5357b6bfb2ba4b5cc65cf567518c5725395af563 (diff) |
[ruby/ostruct] v0.5.5
https://github.com/ruby/ostruct/commit/ce879e56cf
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 c5d22dc8a2..a08561d6c9 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.4" + VERSION = "0.5.5" # # Creates a new OpenStruct object. By default, the resulting OpenStruct |