use env if necessary in loading config (#409)

This commit is contained in:
Kevin Wan
2021-01-21 19:33:34 +08:00
committed by GitHub
parent 572b32729f
commit ebec5aafab
6 changed files with 120 additions and 10 deletions

View File

@@ -28,7 +28,7 @@ import (
)
var (
BuildVersion = "1.1.3"
BuildVersion = "1.1.5"
commands = []cli.Command{
{
Name: "upgrade",