From 2311f7ea93af5dde391572afdf2c70a925d8312e Mon Sep 17 00:00:00 2001 From: Jay Hayes Date: Thu, 18 Apr 2019 14:45:39 -0500 Subject: [PATCH] Bump to v2.4.1 --- lib/immutable-struct.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/immutable-struct.rb b/lib/immutable-struct.rb index 6f79045..a09d3d6 100644 --- a/lib/immutable-struct.rb +++ b/lib/immutable-struct.rb @@ -6,7 +6,7 @@ # will be evaluated as if it were inside a class definition, allowing you # to add methods, include or extend modules, or do whatever else you want. class ImmutableStruct - VERSION='2.4.0' #:nodoc: + VERSION='2.4.1' #:nodoc: # Create a new class with the given read-only attributes. # # attributes:: list of symbols or strings that can be used to create attributes.