Skip to content

Commit 8f67f13

Browse files
authored
Merge pull request #68 from misterunix/devel
Devel -> V1
2 parents c403187 + 8d80b8b commit 8f67f13

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ GOOS=darwin GOARCH=amd64 go build -o bin/basicbots-darwin_amd64
2020
echo "compiling darwin arm64"
2121
GOOS=darwin GOARCH=arm64 go build -o bin/basicbots-darwin_arm64
2222

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/

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)