1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-07-02 22:46:50 +02:00
Files
imgproxy/version/version.go

8 lines
84 B
Go
Raw Normal View History

2021-04-26 17:52:50 +06:00
package version
2022-01-19 16:25:05 +06:00
const version = "3.2.1"
2021-04-26 17:52:50 +06:00
func Version() string {
return version
}