Bump version

This commit is contained in:
DarthSim
2021-04-05 19:51:09 +06:00
parent 52ad34f8ea
commit 78111b2273
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
## [2.16.3] - 2021-04-05
### Fix
- Fix PNG quantization palette size.
- Fix parsing HEIF meta.
+1 -1
View File
@@ -11,7 +11,7 @@ import (
"time"
)
const version = "2.16.1"
const version = "2.16.3"
type ctxKey string