From a267fddd38e8965bc2cbb3782fb2e696e0e51742 Mon Sep 17 00:00:00 2001 From: asonix Date: Sun, 22 Sep 2019 13:13:38 -0500 Subject: [PATCH] Bump version for doc update --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b5e765c..531714a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "background-jobs" description = "Background Jobs implemented with sled, actix, and futures" -version = "0.6.0" +version = "0.6.1" license-file = "LICENSE" authors = ["asonix "] repository = "https://git.asonix.dog/Aardwolf/background-jobs"