Skip to content

Commit

Permalink
Release 1.7.39
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskbx committed Feb 8, 2019
1 parent 03086c7 commit 5bee6a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:8.2.1-alpine

ENV GTT_VERSION 1.7.38
ENV GTT_VERSION 1.7.39

RUN yarn global add --prefix /usr/local "gitlab-time-tracker@$GTT_VERSION"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitlab-time-tracker",
"version": "1.7.38",
"version": "1.7.39",
"description": "A command line interface for GitLabs time tracking feature.",
"bugs": {
"url": "https://github.com/kriskbx/gitlab-time-tracker/issues"
Expand Down

0 comments on commit 5bee6a7

Please sign in to comment.