1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-08 10:45:04 +02:00

Bump version

This commit is contained in:
DarthSim 2020-07-22 16:43:46 +06:00
parent 5d36bab33d
commit b4fdc3f929
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
## [2.14.1] - 2020-07-22
### Fix
- Fix ICO saving.

View File

@ -11,7 +11,7 @@ import (
"time"
)
const version = "2.14.0"
const version = "2.14.1"
type ctxKey string