Skip to content

Commit

Permalink
Bump version to 1.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
Xtansia authored Jul 6, 2023
1 parent 67b5238 commit 15fc8b4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
8 changes: 6 additions & 2 deletions .github/auto-label.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"rules": {
"Infra": [".ci/**/*", ".github/**/*", "build/**/*"],
"v1.4.0": "**/*"
"Infra": [
".ci/**/*",
".github/**/*",
"build/**/*"
],
"v1.5.0": "**/*"
}
}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Create Release Candidate

on: [pull_request, push]
env:
VERSION: 1.4.0
VERSION: 1.5.0
jobs:
create-release-artifacts:
name: Create Release Artifacts
Expand Down
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project>
<!-- Default Version numbers -->
<PropertyGroup>
<CurrentVersion>1.4.0</CurrentVersion>
<CurrentAssemblyVersion>1.4.0</CurrentAssemblyVersion>
<CurrentAssemblyFileVersion>1.4.0</CurrentAssemblyFileVersion>
<CurrentVersion>1.5.0</CurrentVersion>
<CurrentAssemblyVersion>1.5.0</CurrentAssemblyVersion>
<CurrentAssemblyFileVersion>1.5.0</CurrentAssemblyFileVersion>
<!-- Version and Informational reflect actual version -->
<Version>$(CurrentVersion)</Version>
<InformationalVersion>$(CurrentVersion)</InformationalVersion>
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"rollForward": "latestFeature",
"allowPrerelease": false
},
"version": "1.4.0",
"doc_current": "1.4",
"version": "1.5.0",
"doc_current": "1.5",
"doc_branch": "1.x"
}

0 comments on commit 15fc8b4

Please sign in to comment.