Commit 791b8f1 1 parent f2978b3 commit 791b8f1 Copy full SHA for 791b8f1
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- v1.4.0 (not released yet)
2
- =========================
1
+ v1.4.0
2
+ ======
3
3
4
4
No backwards incompatible changes here for most usage scenarios, but look carefully on notes below.
5
5
Original file line number Diff line number Diff line change 1
1
FROM centos:7
2
2
3
- ENV VERSION 1.3.3
3
+ ENV VERSION 1.4.0
4
4
5
- ENV CENTRIFUGO_SHA256 16644bb15c0cf369abe6c0c76c1e511ac1da2473b6f3bfeea9912a0640cb4600
5
+ ENV CENTRIFUGO_SHA256 65e1ec92ad8c6c65f04ec9bd6af3eb2b19559fe2caff22724f0681bd66680bf1
6
6
7
7
ENV DOWNLOAD https://github.com/centrifugal/centrifugo/releases/download/v$VERSION/centrifugo-$VERSION-linux-amd64.zip
8
8
@@ -28,4 +28,4 @@ USER centrifugo
28
28
29
29
CMD ["centrifugo" ]
30
30
31
- EXPOSE 8000
31
+ EXPOSE 8000
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ package main
2
2
3
3
const (
4
4
// VERSION of Centrifugo server.
5
- VERSION = "1.3.3 "
5
+ VERSION = "1.4.0 "
6
6
)
You can’t perform that action at this time.
0 commit comments