From 5eb03226235aba6023bcef39d15a6245a670227e Mon Sep 17 00:00:00 2001 From: Smooth Operator Date: Thu, 2 Mar 2023 14:50:28 -0500 Subject: [PATCH] 1.8.33: for nim-1.9.1 --- bump.nimble | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bump.nimble b/bump.nimble index 97840ff..33ec6bc 100644 --- a/bump.nimble +++ b/bump.nimble @@ -1,9 +1,9 @@ -version = "1.8.32" +version = "1.8.33" author = "disruptek" description = "a tiny tool to bump nimble versions" license = "MIT" requires "https://github.com/disruptek/cutelog >= 2.0.0 & < 3.0.0" -requires "https://github.com/disruptek/cligen >= 2.0.1 & < 3.0.0" +requires "https://github.com/disruptek/cligen >= 2.0.2 & < 3.0.0" bin = @["bump"]