From ae787f06a484ef1fde405171df42246dfbb9756f Mon Sep 17 00:00:00 2001 From: dinhngtu <1257909+dinhngtu@users.noreply.github.com> Date: Tue, 3 Dec 2024 01:25:50 +0100 Subject: [PATCH] v1.10.4 --- Version.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Version.ps1 b/Version.ps1 index fea7648..0ab44b8 100644 --- a/Version.ps1 +++ b/Version.ps1 @@ -1,5 +1,5 @@ -$fileVersion = 1,10,3,0 -$productVersion = 1,10,3,0 +$fileVersion = 1,10,4,0 +$productVersion = 1,10,4,0 if ($Env:GITHUB_ACTIONS -eq "true") { $fileVersion[3] = [int]$Env:GITHUB_RUN_NUMBER