From 7aa0f6a3fd035aaca1a8539fc8ecc6e4a962370d Mon Sep 17 00:00:00 2001 From: Tu Dinh Date: Mon, 15 Aug 2022 16:05:56 +0200 Subject: [PATCH] bump 1.7.2 --- Version.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Version.ps1 b/Version.ps1 index 4d83012..98a4904 100644 --- a/Version.ps1 +++ b/Version.ps1 @@ -1,5 +1,5 @@ -$fileVersion = 1,7,0,0 -$productVersion = 1,7,0,0 +$fileVersion = 1,7,2,0 +$productVersion = 1,7,2,0 if ($Env:GITHUB_ACTIONS -eq "true") { $fileVersion[3] = [int]$Env:GITHUB_RUN_NUMBER