chore: bump version to v0.16.1

This commit is contained in:
nadoo 2022-04-24 10:05:47 +08:00
parent 6c88d8bde4
commit 401efd621a
2 changed files with 2 additions and 2 deletions

View File

@ -223,7 +223,7 @@ Help:
see README.md and glider.conf.example for more details. see README.md and glider.conf.example for more details.
-- --
glider 0.16.0, https://github.com/nadoo/glider (glider.proxy@gmail.com) glider 0.16.1, https://github.com/nadoo/glider (glider.proxy@gmail.com)
``` ```
</details> </details>

View File

@ -17,7 +17,7 @@ import (
) )
var ( var (
version = "0.16.0" version = "0.16.1"
config = parseConfig() config = parseConfig()
) )