diff options
author | Marc-Andre Lafortune <[email protected]> | 2021-01-12 18:32:23 -0500 |
---|---|---|
committer | Marc-André Lafortune <[email protected]> | 2021-01-13 01:09:29 -0500 |
commit | 30a35420e6afac57db77513d7b6be7cf6a43dbbe (patch) | |
tree | 68c6c7978e59d64549fe71f9ee2e31c094609133 /lib/ostruct.rb | |
parent | 65787f18b945aa67de823cef051f5ee880db39c2 (diff) |
[ruby/ostruct] Bump version
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/4054
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 e00e281d6d..5426457abe 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.3.2" + VERSION = "0.3.3" # # Creates a new OpenStruct object. By default, the resulting OpenStruct |