From 2aa9a50dcc88b876f8298adda737400973e8029f Mon Sep 17 00:00:00 2001 From: Marc-Andre Lafortune Date: Wed, 4 Nov 2020 16:11:56 -0500 Subject: [ruby/ostruct] Update version --- lib/ostruct.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 -- cgit v1.2.3