From d3953c8c96b1db95ec32975f95366a8712141dd0 Mon Sep 17 00:00:00 2001 From: Clint Branham Date: Fri, 27 Mar 2026 11:00:02 -0500 Subject: [PATCH] chore: bump version to 0.1.2 Co-Authored-By: Claude Opus 4.6 (1M context) --- src/PSProxmoxVE/PSProxmoxVE.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PSProxmoxVE/PSProxmoxVE.psd1 b/src/PSProxmoxVE/PSProxmoxVE.psd1 index 11d6a06..63ec268 100644 --- a/src/PSProxmoxVE/PSProxmoxVE.psd1 +++ b/src/PSProxmoxVE/PSProxmoxVE.psd1 @@ -10,7 +10,7 @@ RootModule = 'PSProxmoxVE.dll' # Version number of this module. - ModuleVersion = '0.1.1' + ModuleVersion = '0.1.2' # Supported PSEditions CompatiblePSEditions = @('Desktop', 'Core')