diff options
author | Marc-Andre Lafortune <@marc-andre.ca> | 2021-01-05 18:35:46 -0500 |
---|---|---|
committer | Marc-Andre Lafortune <@marc-andre.ca> | 2021-01-05 18:35:56 -0500 |
commit | a0a6293e787fb7412212cfd85b2cd1e726df8b38 () | |
tree | dd20d3af1ca0f9ddf2518247df65ec86afd5e75c /lib/ostruct.rb | |
parent | e8945d5eb301cb08f7bf31b140626ca268a6ae65 (diff) |
[ruby/ostruct] Bump version
-rw-r--r-- | lib/ostruct.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -107,7 +107,7 @@ # For all these reasons, consider not using OpenStruct at all. # class OpenStruct - VERSION = "0.3.1" # # Creates a new OpenStruct object. By default, the resulting OpenStruct |