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 47ffe6d commit a7abc0cCopy full SHA for a7abc0c
gtt.js
@@ -1,6 +1,6 @@
1
#!/usr/bin/env node
2
3
-const version = '1.2.2';
+const version = '1.2.3';
4
const program = require('commander');
5
6
program
package.json
{
"name": "gitlab-time-tracker",
- "version": "1.2.2",
+ "version": "1.2.3",
"description": "A CLI that makes working with GitLabs time tracking feature more enjoyable",
"main": "gtt.js",
"scripts": {},
0 commit comments