1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-23 11:14:48 +02:00

Bump version

This commit is contained in:
DarthSim 2021-12-15 21:27:04 +06:00
parent 59a1db3dc2
commit 12eff4c463
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
## [3.1.2] - 2021-12-15
### Fix
- (pro) Fix object detection.

View File

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