Skip to content

Commit

Permalink
Update version to 0.4 (#1326)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricJohnson327 authored Jul 31, 2023
1 parent bf61c3d commit bf3af15
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 @@ -24,7 +24,7 @@ parameters:

variables:
# MSIXVersion's second part should always be odd to account for stub app's version
MSIXVersion: '0.301'
MSIXVersion: '0.401'
VersionOfSDK: '0.100'
solution: '**/DevHome.sln'
appxPackageDir: 'AppxPackages'
Expand Down
2 changes: 1 addition & 1 deletion build/scripts/CreateBuildInfo.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Param(
)

$Major = "0"
$Minor = "3"
$Minor = "4"
$Patch = "99" # default to 99 for local builds

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

0 comments on commit bf3af15

Please sign in to comment.