bump versio

This commit is contained in:
Daniel Løvbrøtte Olsen 2020-04-20 09:20:07 +02:00
parent c0820ec777
commit a23d70a996
2 changed files with 2 additions and 2 deletions

View File

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

View File

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