From 0c5ed032eb167d697bda0c9041ca435e948e8798 Mon Sep 17 00:00:00 2001 From: niv Date: Sun, 20 Jun 2021 12:41:08 +0200 Subject: [PATCH] 0.4.1 --- nwsync.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nwsync.nimble b/nwsync.nimble index 1360af0..c7ac771 100644 --- a/nwsync.nimble +++ b/nwsync.nimble @@ -1,6 +1,6 @@ import sequtils, ospaths, strutils -version = "0.4.0" +version = "0.4.1" author = "Bernhard Stöckner " description = "NWSync Repository Management utilities" license = "MIT"