Bump version

This commit is contained in:
DarthSim
2021-06-28 14:50:01 +06:00
parent f4d5d4ace6
commit 8ff65f8294
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
## [2.16.5] - 2021-06-28
### Change
- More clear downloading errors.
+1 -1
View File
@@ -11,7 +11,7 @@ import (
"time"
)
const version = "2.16.3"
const version = "2.16.5"
type ctxKey string