Skip to content

Commit

Permalink
1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Jul 9, 2016
1 parent 2784cd8 commit 4c46e8b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v1.5.1
======

* Fixes [#94](https://github.com/centrifugal/centrifugo/issues).


v1.5.0
======

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM centos:7

ENV VERSION 1.5.0
ENV VERSION 1.5.1

ENV CENTRIFUGO_SHA256 ff5631864f7d33bf9c2c93a3519b79036e7e6ccf699f87749efcd066fa7b43f6
ENV CENTRIFUGO_SHA256 78dc02092417d78c66d2b4133c7b2d91187731945ffd658aa15f490966df9d4b

ENV DOWNLOAD https://github.com/centrifugal/centrifugo/releases/download/v$VERSION/centrifugo-$VERSION-linux-amd64.zip

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package main

const (
// VERSION of Centrifugo server.
VERSION = "1.5.0"
VERSION = "1.5.1"
)

0 comments on commit 4c46e8b

Please sign in to comment.