Skip to content

Commit 88e4750

Browse files
committed
feat: use 0 as the nil pact specification version
1 parent 4aceeb7 commit 88e4750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pact/specification_version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ def after? other
1414
end
1515
end
1616

17-
SpecificationVersion::NIL_VERSION = Pact::SpecificationVersion.new('')
17+
SpecificationVersion::NIL_VERSION = Pact::SpecificationVersion.new('0')
1818
end

0 commit comments

Comments
 (0)