Skip to content

Commit

Permalink
Edit undefined version string
Browse files Browse the repository at this point in the history
  • Loading branch information
dungwinux committed Oct 13, 2019
1 parent 4d2eabd commit 55e0383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = (() => {
// Set version string
let version = meta && meta.version
? meta.version.concat("+" + build)
: "undef";
: "undefined";
process.versions.wafter = version;

return version;
Expand Down

0 comments on commit 55e0383

Please sign in to comment.