We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b741dc commit 9bfbb16Copy full SHA for 9bfbb16
lib/versions/version-info.js
@@ -79,7 +79,7 @@ var getTaggedVersion = function() {
79
80
if ( version && semver.satisfies(version, currentPackage.branchVersion)) {
81
version.codeName = getCodeName(tag);
82
- version.full = version.version + '+' + version.build;
+ version.full = version.version;
83
return version;
84
}
85
0 commit comments