This commit is contained in:
Daniel Løvbrøtte Olsen 2020-03-30 23:54:40 +02:00
parent d70cbe7d6f
commit 079999f60b
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ mod workunit;
use workunit::WUnit; use workunit::WUnit;
use workunit::EStatus; use workunit::EStatus;
const VERSION: &str = "0.3.0"; const VERSION: &str = "0.4.0";
#[derive(Default, Debug)] #[derive(Default, Debug)]
struct SharedState { struct SharedState {

View File

@ -5,7 +5,7 @@ set -euo pipefail
IFS=$'\n\t' IFS=$'\n\t'
base_url="$1" base_url="$1"
version="0.2.0" version="0.4.0"
while true; do while true; do
sleep 30 sleep 30