Update version to 2025.04.14.2340

This commit is contained in:
GraceSolutions
2025-04-14 23:31:25 -04:00
parent fa5c666cbd
commit ef21e5d359
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<TargetFrameworks>netstandard2.0;net472</TargetFrameworks>
<AssemblyName>PSOPNSenseAPI</AssemblyName>
<RootNamespace>PSOPNSenseAPI</RootNamespace>
<Version>2025.04.14.2320</Version>
<Version>2025.04.14.2340</Version>
<Authors>PSOPNSenseAPI Contributors</Authors>
<Company>PSOPNSenseAPI</Company>
<Description>PowerShell module for interacting with the OPNSense API to configure firewalls</Description>
+1 -1
View File
@@ -3,7 +3,7 @@
RootModule = 'PSOPNSenseAPI.psm1'
# Version number of this module.
ModuleVersion = '2025.04.14.2320'
ModuleVersion = '2025.04.14.2340'
# Supported PSEditions
CompatiblePSEditions = @('Desktop', 'Core')