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.
2 parents 126c4f4 + e90b28f commit 27a5ce4Copy full SHA for 27a5ce4
index.js
@@ -499,8 +499,8 @@ function createMergeRequest(options) {
499
}
500
501
program
502
- .version('0.0.1')
503
- .description('gitlab command line for creating merge request.')
+ .description('gitlab command line utility')
+ .version('1.0.2')
504
505
program.Command.prototype.legacy = function (alias) {
506
legacies[alias] = this._name;
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "git-lab-cli",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "",
5
"main": "index.js",
6
"scripts": {},
0 commit comments