We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aceeb7 commit 88e4750Copy full SHA for 88e4750
lib/pact/specification_version.rb
@@ -14,5 +14,5 @@ def after? other
14
end
15
16
17
- SpecificationVersion::NIL_VERSION = Pact::SpecificationVersion.new('')
+ SpecificationVersion::NIL_VERSION = Pact::SpecificationVersion.new('0')
18
0 commit comments