Skip to content

Commit f351ab9

Browse files
committed
New version: 0.4.1.
1 parent 18c0e6b commit f351ab9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/assert_difference.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Copyright © 2010, 2011, 2012 José Pablo Fernández
33

44
module AssertDifference
5-
VERSION = "0.4.0" unless defined?(::AssertDifference::VERSION)
5+
VERSION = "0.4.1" unless defined?(::AssertDifference::VERSION)
66

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

0 commit comments

Comments
 (0)