From 6efa956410af14e733d2b5e589c949b847d49c44 Mon Sep 17 00:00:00 2001 From: thindil <> Date: Mon, 9 May 2022 05:10:19 +0000 Subject: [PATCH] feat: updated Nimble configuration FossilOrigin-Name: 1668258fa91637711fabe8e97059327d5e4724b2a3346be81f9ae5072ab5429e --- nish.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nish.nimble b/nish.nimble index 6e2641f1..e3301589 100644 --- a/nish.nimble +++ b/nish.nimble @@ -1,6 +1,6 @@ # Package -version = "0.1.0" +version = "0.2.0" author = "Bartek thindil Jasicki" description = "An experimental command line shell" license = "BSD-3-Clause"