Skip to content

Commit dd997ca

Browse files
committed
Bump version
1 parent b87a382 commit dd997ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/multiset.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ struct Multiset(T)
1818
include Enumerable(T)
1919
include Iterable(T)
2020

21-
VERSION = "0.2.0"
21+
VERSION = "0.3.0"
2222

2323
# creates a new empty multiset
2424
#

0 commit comments

Comments
 (0)