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