From 2baca051c1a3342550c5d88f96f025be37ed5955 Mon Sep 17 00:00:00 2001 From: Haitham Mohamed Date: Mon, 23 Dec 2024 21:01:17 +0200 Subject: [PATCH] Update script version --- src/nata | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nata b/src/nata index 73c97ed..3755229 100644 --- a/src/nata +++ b/src/nata @@ -1,7 +1,7 @@ #!/bin/bash # Versioning & Project Information -SCRIPT_VERSION="1.0.0" # NOTE: Update version number when modifying the script. +SCRIPT_VERSION="1.0.1" # NOTE: Update version number when modifying the script. PROJECT_NAME="nata" PROJECT_REPO="https://github.com/mdSlash/$PROJECT_NAME"