From 920808ef811b075de53689d52319966c734800b5 Mon Sep 17 00:00:00 2001 From: Tu Dinh <1257909+dinhngtu@users.noreply.github.com> Date: Sat, 17 Dec 2022 23:19:34 +0100 Subject: [PATCH] 1.7.12 --- Version.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Version.ps1 b/Version.ps1 index 9638162..d8435cf 100644 --- a/Version.ps1 +++ b/Version.ps1 @@ -1,5 +1,5 @@ -$fileVersion = 1,7,10,0 -$productVersion = 1,7,10,0 +$fileVersion = 1,7,12,0 +$productVersion = 1,7,12,0 if ($Env:GITHUB_ACTIONS -eq "true") { $fileVersion[3] = [int]$Env:GITHUB_RUN_NUMBER