1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-02-12 11:46:10 +02:00

Bump version

This commit is contained in:
DarthSim 2022-03-17 15:51:08 +06:00
parent 05fcaa09a4
commit 00abf95eb0
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
## [3.3.2] - 2022-03-17
### Fix
- Write logs to STDOUT instead of STDERR.
- (pro) Fix crashes when some options are used in presets.

View File

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