From 079999f60b97e72034c120d0ec6f0d6f6ab43271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Mon, 30 Mar 2020 23:54:40 +0200 Subject: [PATCH] 0.4.0 --- src/main.rs | 2 +- src/static/client.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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