aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/grunt/utils.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/grunt/utils.js b/lib/grunt/utils.js
index 13150e29..ff2c6e1d 100644
--- a/lib/grunt/utils.js
+++ b/lib/grunt/utils.js
@@ -22,9 +22,7 @@ module.exports = {
var hash = shell.exec('git rev-parse --short HEAD', {silent: true}).output.replace('\n', '');
var fullVersion = (match[1] + (match[2] ? '-' + hash : ''));
- var numVersion = semver[0] + '.' + semver[1] + '.' + semver[2];
version = {
- number: numVersion,
full: fullVersion,
major: semver[0],
minor: semver[1],