From 2535894e0e50e285f2a46034f3f2a7de575b706b Mon Sep 17 00:00:00 2001 From: Charles Blake Date: Tue, 22 Oct 2024 12:23:39 -0400 Subject: [PATCH] Bump versions pre-release --- nio.nimble | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nio.nimble b/nio.nimble index b70965c..271ae5f 100644 --- a/nio.nimble +++ b/nio.nimble @@ -1,12 +1,12 @@ # Package -version = "0.7.2" +version = "0.7.3" author = "Charles Blake" description = "Low Overhead Numerical/Native IO library & tools" license = "MIT/ISC" # Deps requires "nim >= 1.6.12" -requires "cligen >= 1.7.4" +requires "cligen >= 1.7.7" bin = @[ "nio", # A big binary file manipulating multi-command