1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-02-07 11:36:25 +02:00

Bump version

This commit is contained in:
DarthSim 2022-03-21 15:46:46 +06:00
parent 154c8768e6
commit d57a268d01
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
## [3.3.3] - 2022-03-21
### Fix
- Fix `s3` scheme status codes.
- (pro) Fix saving animations to MP4.

View File

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