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