Skip to content

Commit

Permalink
Updating version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
crspeller committed Nov 16, 2015
1 parent 083d50b commit 49a459d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/1.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ VOLUME /var/lib/mysql
WORKDIR /mattermost

# Copy over files
ADD https://github.com/mattermost/platform/releases/download/v1.2.0/mattermost.tar.gz /
ADD https://github.com/mattermost/platform/releases/download/v1.2.1/mattermost.tar.gz /
RUN tar -zxvf /mattermost.tar.gz --strip-components=1 && rm /mattermost.tar.gz
ADD config_docker.json /
ADD docker-entry.sh /
Expand Down
1 change: 1 addition & 0 deletions model/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (
// It should be maitained in chronological order with most current
// release at the front of the list.
var versions = []string{
"1.2.1",
"1.2.0",
"1.1.0",
"1.0.0",
Expand Down

0 comments on commit 49a459d

Please sign in to comment.