Skip to content

Commit

Permalink
Merge pull request #389 from microsoft/main
Browse files Browse the repository at this point in the history
Staging - 5/10/24
  • Loading branch information
EricJohnson327 authored May 10, 2024
2 parents d41fc6f + 7ff2312 commit 7d5551e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ parameters:
- release

variables:
MSIXVersion: '0.1300'
MSIXVersion: '0.1400'
solution: '**/GitHubExtension.sln'
appxPackageDir: 'AppxPackages'
testOutputArtifactDir: 'TestResults'
Expand Down
2 changes: 1 addition & 1 deletion build/scripts/CreateBuildInfo.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Param(
)

$Major = "0"
$Minor = "13"
$Minor = "14"
$Patch = "99" # default to 99 for local builds

$versionSplit = $Version.Split(".");
Expand Down

0 comments on commit 7d5551e

Please sign in to comment.