Skip to content

Commit

Permalink
Release uniqush-push 2.7.0
Browse files Browse the repository at this point in the history
Closes #252
  • Loading branch information
TysonAndre committed Nov 25, 2019
1 parent 19ec2d4 commit 81ebbdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
uniqush-push NEWS

?? ??? 2019, uniqush-push 2.7.0 (dev)
25 Nov 2019, uniqush-push 2.7.0
-------------------------------

- Bugfix: Change from the deprecated `redis.FlushDb` alias to `redis.FlushDB` of go-redis (FlushDb is removed in the latest releases).
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
var uniqushPushConfFlags = flag.String("config", "/etc/uniqush/uniqush-push.conf", "Config file path")
var uniqushPushShowVersionFlag = flag.Bool("version", false, "Version info")

var uniqushPushVersion = "uniqush-push 2.6.2-dev"
var uniqushPushVersion = "uniqush-push 2.7.0"

func installPushServices() {
srv.InstallGCM()
Expand Down

0 comments on commit 81ebbdb

Please sign in to comment.