version bumb

Former-commit-id: 2b3de97dea911566bd6efb60b4581936d0e62a95
This commit is contained in:
Daniel Løvbrøtte Olsen 2020-04-22 00:17:32 +02:00
parent aa8cdaf975
commit f745db1d19
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.7.0"; const VERSION: &str = "0.8.0";
#[derive(Default, Debug)] #[derive(Default, Debug)]
struct SharedState { struct SharedState {

View File

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