version: bump to v0.5.1

This commit is contained in:
nadoo 2018-03-20 18:50:41 +08:00
parent 555d7f2058
commit 6e32720c1c
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ glider -config CONFIGPATH -listen :8080 -verbose
## Usage ## Usage
```bash ```bash
glider v0.5.0 usage: glider v0.5.1 usage:
-checkduration int -checkduration int
proxy check duration(seconds) (default 30) proxy check duration(seconds) (default 30)
-checkwebsite string -checkwebsite string

View File

@ -9,7 +9,7 @@ import (
) )
// VERSION . // VERSION .
const VERSION = "0.5.0" const VERSION = "0.5.1"
func dialerFromConf() Dialer { func dialerFromConf() Dialer {
// global forwarders in xx.conf // global forwarders in xx.conf