From 0b0c91ebe489b3aeabfb8c2853c16a7912b95460 Mon Sep 17 00:00:00 2001 From: asonix Date: Thu, 4 Feb 2021 12:43:30 -0600 Subject: [PATCH] jobs-core: bump version --- jobs-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs-core/Cargo.toml b/jobs-core/Cargo.toml index 63705ed..ff80582 100644 --- a/jobs-core/Cargo.toml +++ b/jobs-core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "background-jobs-core" description = "Core types for implementing an asynchronous jobs processor" -version = "0.9.0" +version = "0.9.1" license-file = "../LICENSE" authors = ["asonix "] repository = "https://git.asonix.dog/Aardwolf/background-jobs"