Skip to content

Commit

Permalink
feat: use 0 as the nil pact specification version
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jul 23, 2018
1 parent 4aceeb7 commit 88e4750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pact/specification_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ def after? other
end
end

SpecificationVersion::NIL_VERSION = Pact::SpecificationVersion.new('')
SpecificationVersion::NIL_VERSION = Pact::SpecificationVersion.new('0')
end

0 comments on commit 88e4750

Please sign in to comment.