From 1df902a20eee7dd25c4c9feb1a9e5f179c7574c1 Mon Sep 17 00:00:00 2001 From: Andy Davidoff Date: Tue, 8 Jun 2021 17:07:09 -0400 Subject: [PATCH] 3.3.3: limit threads to core-count --- balls.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/balls.nimble b/balls.nimble index d32568f..a776244 100644 --- a/balls.nimble +++ b/balls.nimble @@ -1,4 +1,4 @@ -version = "3.3.2" +version = "3.3.3" author = "disruptek" description = "a unittest framework with balls 🔴🟡🟢" license = "MIT"