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

8 lines
85 B
Go
Raw Normal View History

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