We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 491bd1d commit cb96f9dCopy full SHA for cb96f9d
lib/vlocitycli.js
@@ -8,7 +8,7 @@ var notifier = require('node-notifier');
8
var properties = require('properties');
9
var stringify = require('json-stable-stringify');
10
11
-VLOCITY_BUILD_VERSION = '1.5.0';
+VLOCITY_BUILD_VERSION = '1.5.1';
12
13
var VLOCITY_COMMANDLINE_OPTIONS = {
14
"activate": Boolean,
package.json
@@ -63,5 +63,5 @@
63
"unitTest": "mocha test/**/**.spec.js",
64
"build": "pkg . --out-path ./bin"
65
},
66
- "version": "1.5.0"
+ "version": "1.5.1"
67
}
0 commit comments