1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-23 11:14:48 +02:00

Bump version

This commit is contained in:
DarthSim 2020-02-27 22:33:21 +06:00
parent 06c7df1e14
commit 2ea9902195
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
## [2.10.1] - 2020-02-27
### Changed
- `imgproxy -v` is replaced with `imgproxy version`.

View File

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