From a8f96408cea489cf7562c680649d409cf4df172a Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Thu, 29 Apr 2021 11:28:42 -0500 Subject: Increment version --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'start.sh') diff --git a/start.sh b/start.sh index 4567e31..399a7b9 100755 --- a/start.sh +++ b/start.sh @@ -1,6 +1,6 @@ #/bin/bash #Bash script for automating evaluate -echo "Dots and Boxes Agent Shell Script: Ver 0.1: first release" +echo "Dots and Boxes Agent Shell Script: Ver 1.0RC1: first not broken release" (python3 python/dotsandboxes/dotsandboxesserver.py 8080) >> server.log & echo "Web server running on http://127.0.0.1:8080" -- cgit v1.2.3