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 2021-12-17 11:56:21 +03:00
parent 986ceb7484
commit 7e5587ae69
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
## [3.1.3] - 2021-12-17
### Fix
- Fix ETag checking when S3 is used.

View File

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