Skip to content

Commit

Permalink
chore(protocol-designer): update PD version constant to 4.0.0 (#5372)
Browse files Browse the repository at this point in the history
Closes #5148
  • Loading branch information
IanLondon authored Apr 6, 2020
1 parent 644b2db commit a34cd99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol-designer/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const PROTOCOL_DESIGNER_ENV_VAR_PREFIX = 'OT_PD_'
// Also remove all OT_PD_VERSION env vars, the version should always
// be gleaned from the package.json

const OT_PD_VERSION = '3.0.8'
const OT_PD_VERSION = '4.0.0'
const OT_PD_BUILD_DATE = new Date().toUTCString()

const JS_ENTRY = path.join(__dirname, 'src/index.js')
Expand Down

0 comments on commit a34cd99

Please sign in to comment.