Skip to content

Commit

Permalink
Next release is 0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
pupeno committed Feb 21, 2012
1 parent a89e229 commit c5a68cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/assert_difference.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright © 2010, 2011, 2012 José Pablo Fernández

module AssertDifference
VERSION = "0.3.1" unless defined?(::AssertDifference::VERSION)
VERSION = "0.4.0" unless defined?(::AssertDifference::VERSION)

# Test numeric difference between the return value of an expression as a result of what is evaluated
# in the yielded block.
Expand Down

0 comments on commit c5a68cd

Please sign in to comment.