Skip to content

Commit af61393

Browse files
committed
Bump to 0.3
1 parent dcec9c9 commit af61393

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spec/monads_spec.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ require "./monads/**"
33

44
describe Monads do
55
it "should have version" do
6-
Monads::VERSION.should eq("0.2.0")
6+
Monads::VERSION.should eq("0.3.0")
77
end
88
end

src/monads.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ module Monads
88
# - Update Readme
99
# - Try monad
1010
# - Task monad
11-
VERSION = "0.2.0"
11+
VERSION = "0.3.0"
1212
end

0 commit comments

Comments
 (0)