1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2024-11-24 08:12:38 +02:00

Bump version

This commit is contained in:
DarthSim 2022-08-01 19:59:27 +06:00
parent 339b25dbd9
commit 3b97b7400a
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
## [3.7.1] - 2022-08-01
### Fix
- Fix memory bloat in some cases.
- Fix `format_quality` usage in presets.

View File

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