Skip to content

Commit

Permalink
Bump version to 1.6.0 (#354)
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 7, 2023
1 parent 55199ae commit b91a23c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.5.0": "**/*"
"v1.6.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.5.0
VERSION: 1.6.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.5.0</CurrentVersion>
<CurrentAssemblyVersion>1.5.0</CurrentAssemblyVersion>
<CurrentAssemblyFileVersion>1.5.0</CurrentAssemblyFileVersion>
<CurrentVersion>1.6.0</CurrentVersion>
<CurrentAssemblyVersion>1.6.0</CurrentAssemblyVersion>
<CurrentAssemblyFileVersion>1.6.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.5.0",
"doc_current": "1.5",
"version": "1.6.0",
"doc_current": "1.6",
"doc_branch": "1.x"
}

0 comments on commit b91a23c

Please sign in to comment.