We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3034cd1 commit 304ffc0Copy full SHA for 304ffc0
main.go
@@ -13,7 +13,7 @@ import (
13
)
14
15
// Version of the program
16
-const Version = "v1.0.22"
+const Version = "v1.0.23"
17
18
func main() {
19
fmt.Println("Program Version:", Version)
@@ -279,6 +279,7 @@ func main() {
279
"ServerDescription": true,
280
"BanListURL": true,
281
"PublicIP": true,
282
+ "RandomizerSeed": true,
283
// Add other keys as needed
284
}
285
// Determine the operating system
0 commit comments