Skip to content

Commit

Permalink
Bump to v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvery committed Apr 18, 2019
1 parent d0981e2 commit 2311f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/immutable-struct.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2311f7e

Please sign in to comment.