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