diff options
author | Marc-Andre Lafortune <[email protected]> | 2020-11-04 16:11:56 -0500 |
---|---|---|
committer | Marc-André Lafortune <[email protected]> | 2020-11-04 17:52:03 -0500 |
commit | 2aa9a50dcc88b876f8298adda737400973e8029f (patch) | |
tree | 890799997ecdd752d2f815608ebf706a5dbdbeee /lib/ostruct.rb | |
parent | 015b0238204616d4c0612459ef91411fa79a9eb5 (diff) |
[ruby/ostruct] Update version
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/3736
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 45ccb54925..a5a5140d10 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.2.0" + VERSION = "0.3.1" # # Creates a new OpenStruct object. By default, the resulting OpenStruct |