From 0646c444fce7c7ed08ef6f2c9a7abfd172ffe655 Mon Sep 17 00:00:00 2001 From: Eugene Kabanov Date: Thu, 6 Feb 2025 17:12:34 +0200 Subject: [PATCH] Bump nimble file. (#567) --- chronos.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chronos.nimble b/chronos.nimble index 5312f7d..c8ed68b 100644 --- a/chronos.nimble +++ b/chronos.nimble @@ -1,7 +1,7 @@ mode = ScriptMode.Verbose packageName = "chronos" -version = "4.0.3" +version = "4.0.4" author = "Status Research & Development GmbH" description = "Networking framework with async/await support" license = "MIT or Apache License 2.0"