From 3fd7c511aacb33b7821b48ae3e4cea2904aa09c0 Mon Sep 17 00:00:00 2001 From: AH-dark Date: Fri, 27 Dec 2024 16:56:15 +0800 Subject: [PATCH] bumped version to 2.1.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index da332c9..3992dc7 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.6" +version = "2.1.7" edition = "2021" repository = "https://github.com/AH-dark/distributed-scheduler.git" homepage = "https://github.com/AH-dark/distributed-scheduler"