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 4274d48 commit b88cb4bCopy full SHA for b88cb4b
Dockerfile
@@ -1,6 +1,6 @@
1
FROM node:8.2.1-alpine
2
3
-ENV GTT_VERSION 1.6.8
+ENV GTT_VERSION 1.6.10
4
5
RUN yarn global add --prefix /usr/local "gitlab-time-tracker@$GTT_VERSION"
6
package.json
{
"name": "gitlab-time-tracker",
- "version": "1.6.8",
+ "version": "1.6.10",
"description": "A command line interface for GitLabs time tracking feature.",
"bugs": {
"url": "https://github.com/kriskbx/gitlab-time-tracker/issues"
src/gtt.js
#!/usr/bin/env node
-const version = '1.6.8';
+const version = '1.6.10';
const program = require('commander');
program
0 commit comments