From f4b5caabad0b5327389abc839cc6212992cfaed5 Mon Sep 17 00:00:00 2001 From: Tu Dinh <1257909+dinhngtu@users.noreply.github.com> Date: Sun, 7 Jan 2024 10:06:23 +0100 Subject: [PATCH] v1.9.1 --- Version.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Version.ps1 b/Version.ps1 index 74fe4aa..fc66aa1 100644 --- a/Version.ps1 +++ b/Version.ps1 @@ -1,5 +1,5 @@ -$fileVersion = 1,9,0,0 -$productVersion = 1,9,0,0 +$fileVersion = 1,9,1,0 +$productVersion = 1,9,1,0 if ($Env:GITHUB_ACTIONS -eq "true") { $fileVersion[3] = [int]$Env:GITHUB_RUN_NUMBER