diff --git a/Makefile b/Makefile index 1a3065c..57cd4d0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.4.0 +VERSION=0.4.1 all: bin/gaurun bin/gaurun_recover diff --git a/gaurun/const.go b/gaurun/const.go index d0d7a5a..1394e7b 100644 --- a/gaurun/const.go +++ b/gaurun/const.go @@ -1,6 +1,6 @@ package gaurun -const Version = "0.4.0" +const Version = "0.4.1" const EpApnsProd = "gateway.push.apple.com:2195" const EpApnsSandbox = "gateway.sandbox.push.apple.com:2195"