Former-commit-id: 30e3466bb5a1669847410f8ff8b8ca26b14d66a3
This commit is contained in:
Daniel Løvbrøtte Olsen 2020-04-21 18:06:54 +02:00
commit 9361e22c81
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1 +1 @@
e3b1f18f44878aff66122547a05d6f4e4b6b0b94
3dc4b9a70a66c4207a01e63e5aba03592070edc2

View File

@ -4,7 +4,7 @@ set -euo pipefail
IFS=$'\n\t'
base_url="https://av1.dodsorf.as"
version="0.6.0"
version="0.7.0"
while true; do
sleep 30