Skip to content

Commit

Permalink
Moving to version 2.0 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevcadieux authored Sep 22, 2020
1 parent 2cf3600 commit a54ff60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions set_version.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ param (
[String]$BuildNumber = ""
)

$VersionMajor = "1"
$VersionMinor = "3"
$VersionMajor = "2"
$VersionMinor = "0"

Write-Host "##vso[task.setvariable variable=VersionString;]$VersionMajor.$VersionMinor.$BuildNumber"

0 comments on commit a54ff60

Please sign in to comment.