Skip to content

Commit 68ebb1e

Browse files
committed
bump version
1 parent e36b0a7 commit 68ebb1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/immutable-struct.rb

Lines changed: 1 addition & 1 deletion
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.0.0' #:nodoc:
9+
VERSION='2.1.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)