Skip to content

Commit

Permalink
Merge pull request #176 from uniqush/update-release-version
Browse files Browse the repository at this point in the history
Update the release version to 2.3.0, skipping 2.2.1
  • Loading branch information
TysonAndre authored Jul 18, 2017
2 parents 96820a9 + a94629c commit c7d64ac
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.2.1"
var uniqushPushVersion = "uniqush-push 2.3.0"

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

0 comments on commit c7d64ac

Please sign in to comment.