Skip to content

Commit

Permalink
Merge pull request #254 from uniqush/release-2.7.0
Browse files Browse the repository at this point in the history
Release uniqush-push 2.7.0
  • Loading branch information
TysonAndre authored Nov 27, 2019
2 parents 19ec2d4 + 81ebbdb commit 4ee1de1
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 4ee1de1

Please sign in to comment.