Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Dec 6, 2015
1 parent 44d5bc1 commit c2c5cfc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v1.2.0 (not released yet)
=========================
v1.2.0
======

No backwards incompatible changes here.

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.1.0
ENV VERSION 1.2.0

ENV CENTRIFUGO_SHA256 634de2249f7117f016385220cf855487ea2f29bc077509c8c4af952ee47b434a
ENV CENTRIFUGO_SHA256 bd78b2e117ac59892061995b485d7342741dde0324c889aec2d1e847c0cc0f89

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

Expand Down
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
)

const (
VERSION = "1.1.0"
VERSION = "1.2.0"
)

func setupLogging() {
Expand Down Expand Up @@ -140,6 +140,7 @@ func Main() {
viper.SetDefault("presence", false)
viper.SetDefault("history_size", 0)
viper.SetDefault("history_lifetime", 0)
viper.SetDefault("recover", false)
viper.SetDefault("namespaces", "")

viper.SetEnvPrefix("centrifugo")
Expand Down

0 comments on commit c2c5cfc

Please sign in to comment.