From 2de26c1b5273f29407834bbdf8690fc6cabb0f1a Mon Sep 17 00:00:00 2001 From: Manjunath Beli Date: Wed, 17 Jul 2024 12:18:35 -0300 Subject: [PATCH] bump version --- project.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.json b/project.json index 2e08264..c23a2ac 100644 --- a/project.json +++ b/project.json @@ -1,7 +1,7 @@ { "ProjectName": "ModuleTools", "Description": "ModuleTools is a versatile, standalone PowerShell module builder. Create anything from simple to robust modules with ease. Built for CICD and Automation.", - "Version": "0.0.7", + "Version": "0.0.8", "Manifest": { "Author": "Manjunath Beli", "PowerShellHostVersion": "7.4", @@ -25,4 +25,4 @@ "Verbosity": "Detailed" } } -} \ No newline at end of file +}