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