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 v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yesnault committed Jun 20, 2016
1 parent 9919251 commit ebb8ddd
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="1.2.1" && \
TAT_VERSION="2.0.0" && \
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 controllers/system.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

// VERSION is version of Tat.
const VERSION = "1.2.1"
const VERSION = "2.0.0"

// SystemController contains all methods about version
type SystemController struct{}
Expand Down

0 comments on commit ebb8ddd

Please sign in to comment.