Skip to content

Commit

Permalink
Merge pull request #208 from uniqush/release-2.5.0
Browse files Browse the repository at this point in the history
Release uniqush-push 2.5.0
  • Loading branch information
TysonAndre authored Apr 1, 2018
2 parents e1fc2c0 + d12da25 commit f85e468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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.4.0"
var uniqushPushVersion = "uniqush-push 2.5.0"

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

0 comments on commit f85e468

Please sign in to comment.