Skip to content

Commit 8d80b8b

Browse files
committed
chore: Update build script to copy basicbots binary to destination folder
v1
1 parent 70567d8 commit 8d80b8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ GOOS=darwin GOARCH=arm64 go build -o bin/basicbots-darwin_arm64
2222

2323
# this is where I have my basicbots binaries
2424
# you can change this to your own path and machine type
25-
cp bin/basicbots-linux_amd64 ~/basicbots/bin/
25+
# cp bin/basicbots-linux_amd64 ~/basicbots/bin/

globals.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ var teams bool // teams : true if the teams flag is set.
6161
CONSTANTS
6262
*/
6363

64-
const VERSION = "v0.1.rc1" // VERSION : Version of the program.
64+
const VERSION = "v1.0.0" // VERSION : Version of the program.
6565

6666
// Constants for cycles routines. Mainly movements.
6767
const (

0 commit comments

Comments
 (0)