Skip to content

Commit

Permalink
Bump version to 1.9.0 (#777)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
Co-authored-by: Xtansia <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and Xtansia authored Sep 2, 2024
1 parent 0f49a5a commit efe7484
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/auto-label.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
".github/**/*",
"build/**/*"
],
"v1.8.0": "**/*"
"v1.9.0": "**/*"
}
}
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.8.0</CurrentVersion>
<CurrentAssemblyVersion>1.8.0</CurrentAssemblyVersion>
<CurrentAssemblyFileVersion>1.8.0</CurrentAssemblyFileVersion>
<CurrentVersion>1.9.0</CurrentVersion>
<CurrentAssemblyVersion>1.9.0</CurrentAssemblyVersion>
<CurrentAssemblyFileVersion>1.9.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.8.0",
"doc_current": "1.8",
"version": "1.9.0",
"doc_current": "1.9",
"doc_branch": "1.x"
}

0 comments on commit efe7484

Please sign in to comment.