mirror of
https://github.com/Kuingsmile/decodeGoogleOTP.git
synced 2025-11-27 20:50:26 +08:00
6 lines
69 B
Go
6 lines
69 B
Go
package conf
|
|
|
|
var (
|
|
Version string = "v0.1.0"
|
|
GoVersion string
|
|
)
|