Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
[auto] bump version to v5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yesnault committed Jan 21, 2017
1 parent 7822b3c commit 16de85e
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
Expand Up @@ -2,7 +2,7 @@ FROM alpine
MAINTAINER [email protected]
RUN apk add --update -t deps wget ca-certificates && \
mkdir /app && cd /app && \
TAT_VERSION="5.0.1" && \
TAT_VERSION="5.0.2" && \
wget https://github.com/ovh/tat/releases/download/v${TAT_VERSION}/tat-linux-amd64 && \
chmod +x tat-linux-amd64 && \
chown -R nobody:nogroup /app && \
Expand Down
2 changes: 1 addition & 1 deletion types.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package tat
// Version of Tat
// One Line for this, used by release.sh script
// Keep "const Version on one line"
const Version = "5.0.1"
const Version = "5.0.2"

const (
// TatHeaderUsername is Tat_username header
Expand Down

0 comments on commit 16de85e

Please sign in to comment.