Skip to content

Commit

Permalink
v1.10.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhngtu authored Feb 25, 2024
1 parent 3a02de0 commit 46e346f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Version.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$fileVersion = 1,10,1,0
$productVersion = 1,10,1,0
$fileVersion = 1,10,2,0
$productVersion = 1,10,2,0

if ($Env:GITHUB_ACTIONS -eq "true") {
$fileVersion[3] = [int]$Env:GITHUB_RUN_NUMBER
Expand Down

0 comments on commit 46e346f

Please sign in to comment.