diff --git a/src/main.rs b/src/main.rs index 72496e0..f54eb47 100644 --- a/src/main.rs +++ b/src/main.rs @@ -19,7 +19,7 @@ mod workunit; use workunit::WUnit; use workunit::EStatus; -const VERSION: &str = "0.3.0"; +const VERSION: &str = "0.4.0"; #[derive(Default, Debug)] struct SharedState { diff --git a/src/static/client.sh b/src/static/client.sh index 752369a..6945caa 100644 --- a/src/static/client.sh +++ b/src/static/client.sh @@ -5,7 +5,7 @@ set -euo pipefail IFS=$'\n\t' base_url="$1" -version="0.2.0" +version="0.4.0" while true; do sleep 30