From e29c82b050b43dcda614d960fbb42d1cdfb682e0 Mon Sep 17 00:00:00 2001 From: AH-dark Date: Fri, 22 Nov 2024 01:28:14 +0800 Subject: [PATCH] bumped version to 2.1.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2670d21..ae15f98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "distributed-scheduler" description = "A distributed cronjob library" keywords = ["distributed", "scheduler", "cronjob", "consistent-hashing"] -version = "2.1.5" +version = "2.1.6" edition = "2021" repository = "https://github.com/AH-dark/distributed-scheduler.git" homepage = "https://github.com/AH-dark/distributed-scheduler"