We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70567d8 commit 8d80b8bCopy full SHA for 8d80b8b
build.sh
@@ -22,4 +22,4 @@ GOOS=darwin GOARCH=arm64 go build -o bin/basicbots-darwin_arm64
22
23
# this is where I have my basicbots binaries
24
# you can change this to your own path and machine type
25
-cp bin/basicbots-linux_amd64 ~/basicbots/bin/
+# cp bin/basicbots-linux_amd64 ~/basicbots/bin/
globals.go
@@ -61,7 +61,7 @@ var teams bool // teams : true if the teams flag is set.
61
CONSTANTS
62
*/
63
64
-const VERSION = "v0.1.rc1" // VERSION : Version of the program.
+const VERSION = "v1.0.0" // VERSION : Version of the program.
65
66
// Constants for cycles routines. Mainly movements.
67
const (
0 commit comments