File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -20,4 +20,6 @@ GOOS=darwin GOARCH=amd64 go build -o bin/basicbots-darwin_amd64
20
20
echo " compiling darwin arm64"
21
21
GOOS=darwin GOARCH=arm64 go build -o bin/basicbots-darwin_arm64
22
22
23
- cp bin/* ~ /basicbots/bin/
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/
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ var teams bool // teams : true if the teams flag is set.
61
61
CONSTANTS
62
62
*/
63
63
64
- const VERSION = "v0.1.rc1 " // VERSION : Version of the program.
64
+ const VERSION = "v1.0.0 " // VERSION : Version of the program.
65
65
66
66
// Constants for cycles routines. Mainly movements.
67
67
const (
You can’t perform that action at this time.
0 commit comments