1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-12-07 23:32:55 +02:00
Files
imgproxy/version/version.go

8 lines
85 B
Go
Raw Normal View History

2021-04-26 17:52:50 +06:00
package version
2022-11-17 20:17:10 +06:00
const version = "3.11.0"
2021-04-26 17:52:50 +06:00
func Version() string {
return version
}