diff --git a/build.sh b/build.sh index e02e08f..748b420 100755 --- a/build.sh +++ b/build.sh @@ -20,4 +20,6 @@ GOOS=darwin GOARCH=amd64 go build -o bin/basicbots-darwin_amd64 echo "compiling darwin arm64" GOOS=darwin GOARCH=arm64 go build -o bin/basicbots-darwin_arm64 -cp bin/* ~/basicbots/bin/ +# this is where I have my basicbots binaries +# you can change this to your own path and machine type +# cp bin/basicbots-linux_amd64 ~/basicbots/bin/ diff --git a/globals.go b/globals.go index e581674..a2056fd 100644 --- a/globals.go +++ b/globals.go @@ -61,7 +61,7 @@ var teams bool // teams : true if the teams flag is set. CONSTANTS */ -const VERSION = "v0.1.rc1" // VERSION : Version of the program. +const VERSION = "v1.0.0" // VERSION : Version of the program. // Constants for cycles routines. Mainly movements. const (