From f6d7cca621f6a0c160fb55e4ef997a98ad8c3465 Mon Sep 17 00:00:00 2001 From: Alphaeus Mote Date: Sun, 11 May 2025 09:37:16 -0400 Subject: [PATCH] Update version to 2025.05.11.0935 --- Module/PSProxmox.psd1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Module/PSProxmox.psd1 b/Module/PSProxmox.psd1 index bde8f73..fadc0f2 100644 --- a/Module/PSProxmox.psd1 +++ b/Module/PSProxmox.psd1 @@ -1,5 +1,5 @@ @{ - ModuleVersion = '2025.05.10.1600' + ModuleVersion = '2025.05.11.0935' GUID = 'd24f0894-3d0c-4ef1-a41e-b273c3db86ad' Author = 'PSProxmox Team' CompanyName = 'PSProxmox' @@ -106,7 +106,7 @@ Tags = @('Proxmox', 'VirtualMachine', 'Cluster', 'Management') LicenseUri = 'https://github.com/Grace-Solutions/PSProxmox/blob/main/LICENSE' ProjectUri = 'https://github.com/Grace-Solutions/PSProxmox' - ReleaseNotes = 'Added LXC container and TurnKey template support. See https://github.com/Grace-Solutions/PSProxmox/releases/tag/v2025.05.10.1600' + ReleaseNotes = 'Added LXC container and TurnKey template support. See https://github.com/Grace-Solutions/PSProxmox/releases/tag/v2025.05.11.0935' } } }