From ff728fc6d6306ca3247281153aaf132a4f764fd4 Mon Sep 17 00:00:00 2001 From: Clint Branham Date: Wed, 20 May 2026 19:14:54 -0500 Subject: [PATCH] chore: bump version to 0.1.3 Releases #58 (LVM disk-size unit normalization) and #59 (HttpClient timeout / -TimeoutSeconds) fixes to PSGallery. Co-Authored-By: Claude Opus 4.7 (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 63ec268..efeed3c 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.2' + ModuleVersion = '0.1.3' # Supported PSEditions CompatiblePSEditions = @('Desktop', 'Core')