1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-08 10:45:04 +02:00

Bump version

This commit is contained in:
DarthSim 2022-03-14 18:35:32 +06:00
parent 0571123c15
commit 731ead4563
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
## [3.3.1] - 2022-03-14
### Fix
- Fix transparrency in loaded ICO.
- (pro) Fix video thumbnails orientation.

View File

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