Skip to content

Commit

Permalink
Bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mishan committed Aug 28, 2016
1 parent 1610d66 commit 2a32781
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.1.0"
var uniqushPushVersion = "uniqush-push 2.2.0"

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

0 comments on commit 2a32781

Please sign in to comment.