Skip to content

Commit 4d08d6c

Browse files
committed
Bump version to 2.5.0
1 parent 98c9801 commit 4d08d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/immutable-struct.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# will be evaluated as if it were inside a class definition, allowing you
77
# to add methods, include or extend modules, or do whatever else you want.
88
class ImmutableStruct
9-
VERSION='2.4.1' #:nodoc:
9+
VERSION='2.5.0' #:nodoc:
1010
# Create a new class with the given read-only attributes.
1111
#
1212
# attributes:: list of symbols or strings that can be used to create attributes.

0 commit comments

Comments
 (0)