Merge branch 'master' into version/3

This commit is contained in:
DarthSim
2021-05-17 18:25:04 +06:00
15 changed files with 411 additions and 86 deletions

View File

@@ -11,7 +11,7 @@ import (
"time"
)
const version = "2.16.1"
const version = "2.16.3"
type ctxKey string
@@ -58,6 +58,7 @@ func run() error {
}
defer shutdownVips()
defer closeErrorsReporting()
defer stopDataDog()