Fix vers numb

This commit is contained in:
Samuele Locatelli
2026-01-15 16:40:49 +01:00
parent ab026cad55
commit 20fe45f58f
+1 -1
View File
@@ -1,7 +1,7 @@
param([string]$ProjectDir, [string]$ProjectPath);
$MajMin="2.7."
$MajMin="2.8."
$currentDate = (Get-Date).Month;
$currentTime = (Get-Date).ToString("dHH");
$find = "<Version>(.|\n)*?</Version>";