Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pipelines/build-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ variables:
buildPlatform: 'Any CPU'
buildConfiguration: 'Release'
major: 0
minor: 9
minor: 10
# Maintain a separate patch value between CI and PR runs.
# The counter is reset when the minor version is updated.
patch: $[counter(format('{0}_{1}', variables['build.reason'], variables['minor']), 0)]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Documentation](https://img.shields.io/badge/docs-website-%23fc0)](https://learn.microsoft.com/azure/data-api-builder/)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)

Latest stable version of Data API builder is **0.8.51** [What's new?](https://learn.microsoft.com/azure/data-api-builder/whats-new)
Latest stable version of Data API builder is **0.8.52** [What's new?](https://learn.microsoft.com/azure/data-api-builder/whats-new)

## Community

Expand Down