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 2022-02-08 16:06:17 +06:00
parent 7a4b7ef209
commit 1220d73320
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
## [3.2.2] - 2022-02-08
### Fix
- Fix the `IMGPROXY_AVIF_SPEED` config.

View File

@ -1,6 +1,6 @@
package version
const version = "3.2.1"
const version = "3.2.2"
func Version() string {
return version