From 70567d8fefd9dfff25a8aac3ed5e1ed20d91dfd4 Mon Sep 17 00:00:00 2001 From: Bill Jones Date: Mon, 12 Aug 2024 16:58:43 -0500 Subject: [PATCH 1/2] chore: Update build script to copy basicbots binary to destination folder --- build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index e02e08f..e0bd25b 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/ From 8d80b8bd00ca3d017e9f0bede9fb87a8a1a51a24 Mon Sep 17 00:00:00 2001 From: Bill Jones Date: Fri, 16 Aug 2024 15:29:17 -0500 Subject: [PATCH 2/2] chore: Update build script to copy basicbots binary to destination folder v1 --- build.sh | 2 +- globals.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index e0bd25b..748b420 100755 --- a/build.sh +++ b/build.sh @@ -22,4 +22,4 @@ GOOS=darwin GOARCH=arm64 go build -o bin/basicbots-darwin_arm64 # 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/ +# 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 (