Skip to content

Commit

Permalink
Bump version to 1.8.1 (#776)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: Xtansia <Xtansia@users.noreply.github.com>
  • Loading branch information
opensearch-trigger-bot[bot] and Xtansia committed Sep 6, 2024
1 parent f3ea6b1 commit fb163b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.8.1": "**/*"
}
}
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.8.1</CurrentVersion>
<CurrentAssemblyVersion>1.8.1</CurrentAssemblyVersion>
<CurrentAssemblyFileVersion>1.8.1</CurrentAssemblyFileVersion>
<!-- Version and Informational reflect actual version -->
<Version>$(CurrentVersion)</Version>
<InformationalVersion>$(CurrentVersion)</InformationalVersion>
Expand Down
2 changes: 1 addition & 1 deletion 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",
"version": "1.8.1",
"doc_current": "1.8",
"doc_branch": "1.x"
}

0 comments on commit fb163b1

Please sign in to comment.