From a22eeb8436e48997c2994416e8019d2a18734e8a Mon Sep 17 00:00:00 2001 From: asonix Date: Mon, 12 Dec 2022 10:38:16 -0600 Subject: [PATCH] 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 7fbb9f3..042f980 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.14.2" +version = "0.14.3" license = "AGPL-3.0" authors = ["asonix "] repository = "https://git.asonix.dog/asonix/background-jobs"