mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
7 lines
85 B
Go
7 lines
85 B
Go
package version
|
|
|
|
func GetVersion() string {
|
|
return version
|
|
}
|
|
|
|
var version = "2.5.0"
|