Skip to content

Commit

Permalink
Merge pull request #68 from misterunix/devel
Browse files Browse the repository at this point in the history
Devel -> V1
  • Loading branch information
misterunix authored Aug 16, 2024
2 parents c403187 + 8d80b8b commit 8f67f13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/
2 changes: 1 addition & 1 deletion globals.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 8f67f13

Please sign in to comment.