summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMarc-Andre Lafortune <github@marc-andre.ca>2020-11-04 16:11:56 -0500
committerMarc-André Lafortune <github@marc-andre.ca>2020-11-04 17:52:03 -0500
commit2aa9a50dcc88b876f8298adda737400973e8029f (patch)
tree890799997ecdd752d2f815608ebf706a5dbdbeee /lib
parent015b0238204616d4c0612459ef91411fa79a9eb5 (diff)
[ruby/ostruct] Update version
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3736
Diffstat (limited to 'lib')
-rw-r--r--lib/ostruct.rb2
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