diff options
author | Marc-André Lafortune <[email protected]> | 2022-03-24 12:38:11 +0000 |
---|---|---|
committer | git <[email protected]> | 2022-03-24 21:38:26 +0900 |
commit | 4c4a1e2035e08a627e71efd41d66549f233840dc (patch) | |
tree | dc29b2cc0e2b251f438e09bb73cf62d09ae3d45c /lib/ostruct.rb | |
parent | ad5754162bddfd0ce2f11bd7fc7fce90ba6bf7ed (diff) |
[ruby/ostruct] v0.5.4
https://github.com/ruby/ostruct/commit/fe19de4644
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 258ae436e0..efe5f4fe37 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.3" + VERSION = "0.5.4" # # Creates a new OpenStruct object. By default, the resulting OpenStruct |