From c8f650e65113ac44368a8c96af594056d270d24b Mon Sep 17 00:00:00 2001 From: cheatfate Date: Fri, 14 Jul 2023 14:57:24 +0300 Subject: [PATCH] Bump version to 3.2.1. --- chronos.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chronos.nimble b/chronos.nimble index 6b4ac58..2487ad4 100644 --- a/chronos.nimble +++ b/chronos.nimble @@ -1,7 +1,7 @@ mode = ScriptMode.Verbose packageName = "chronos" -version = "3.2.0" +version = "3.2.1" author = "Status Research & Development GmbH" description = "Networking framework with async/await support" license = "MIT or Apache License 2.0"