From 0af91fe6e9360aa7be0b9bd2dc7f92b93ef9e8ed Mon Sep 17 00:00:00 2001 From: Doug Finke Date: Tue, 17 Sep 2024 12:09:42 -0400 Subject: [PATCH] bump version --- InstallModuleFromGitHub.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InstallModuleFromGitHub.psd1 b/InstallModuleFromGitHub.psd1 index 6541dbc..cb4ae0a 100644 --- a/InstallModuleFromGitHub.psd1 +++ b/InstallModuleFromGitHub.psd1 @@ -4,7 +4,7 @@ RootModule = 'InstallModuleFromGitHub.psm1' # Version number of this module. - ModuleVersion = '1.6.0' + ModuleVersion = '1.7.0' # ID used to uniquely identify this module GUID = '2997e240-5cec-4543-a231-573576b78c88'