Skip to content

Commit

Permalink
Bump to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-lairan committed May 6, 2019
1 parent dcec9c9 commit af61393
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/monads_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ require "./monads/**"

describe Monads do
it "should have version" do
Monads::VERSION.should eq("0.2.0")
Monads::VERSION.should eq("0.3.0")
end
end
2 changes: 1 addition & 1 deletion src/monads.cr
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ module Monads
# - Update Readme
# - Try monad
# - Task monad
VERSION = "0.2.0"
VERSION = "0.3.0"
end

0 comments on commit af61393

Please sign in to comment.