Skip to content

Commit

Permalink
feat(verifier): update to latest verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Jun 18, 2019
1 parent 15e5f36 commit 9f328db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standalone/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const sumchecker = require("sumchecker");
const request = Request.defaults({proxy: process.env.npm_config_https_proxy || process.env.npm_config_proxy || undefined});

// Get latest version from https://github.com/pact-foundation/pact-ruby-standalone/releases
export const PACT_STANDALONE_VERSION = "1.67.0";
export const PACT_STANDALONE_VERSION = "1.68.0";
const PACT_DEFAULT_LOCATION = `https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v${PACT_STANDALONE_VERSION}/`;
const HTTP_REGEX = /^http(s?):\/\//;
const CONFIG = createConfig();
Expand Down

0 comments on commit 9f328db

Please sign in to comment.