fix(global): update software version and build number to 0.0.2 and 2 respectively
This commit is contained in:
+2
-2
@@ -20,9 +20,9 @@ type SoftwareInfo struct {
|
||||
|
||||
var Software = SoftwareInfo{
|
||||
Name: "Super-frpc",
|
||||
Version: "0.0.1",
|
||||
Version: "0.0.2",
|
||||
Developer: "Madobi Nanami",
|
||||
BuildVer: 1,
|
||||
BuildVer: 2,
|
||||
BuildType: "pre-release",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user