You've already forked imgproxy
mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-12-01 23:11:31 +02:00
8 lines
85 B
Go
8 lines
85 B
Go
package version
|
|
|
|
const version = "3.11.0"
|
|
|
|
func Version() string {
|
|
return version
|
|
}
|