From f0818982e947dc52d9ad57ccd02fe034b84ab374 Mon Sep 17 00:00:00 2001 From: Marc-Andre Lafortune Date: Mon, 14 Jun 2021 13:15:23 -0400 Subject: [PATCH] [ruby/ostruct] v0.4.0 https://github.com/ruby/ostruct/commit/8534f69e4e --- lib/ostruct.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ostruct.rb b/lib/ostruct.rb index eef1d5c861..1203d10e47 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.4.0.pre" + VERSION = "0.4.0" # # Creates a new OpenStruct object. By default, the resulting OpenStruct