From ef1b077adfdc803fcce880e81a5740b964bac0bc Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Mon, 25 Mar 2024 10:38:17 +0100 Subject: [PATCH] v4.0.2 --- chronos.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chronos.nimble b/chronos.nimble index 5aa51b8..ba92ac6 100644 --- a/chronos.nimble +++ b/chronos.nimble @@ -1,7 +1,7 @@ mode = ScriptMode.Verbose packageName = "chronos" -version = "4.0.1" +version = "4.0.2" author = "Status Research & Development GmbH" description = "Networking framework with async/await support" license = "MIT or Apache License 2.0"