Skip to content

Commit

Permalink
Merge pull request #186 from uniqush/update-version
Browse files Browse the repository at this point in the history
Update uniqush's version to 2.4.0
  • Loading branch information
TysonAndre committed Oct 7, 2017
2 parents b4d38d3 + 522c061 commit 6435179
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.3.0"
var uniqushPushVersion = "uniqush-push 2.4.0"

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

0 comments on commit 6435179

Please sign in to comment.