Skip to content

Commit

Permalink
Increment version for search releases (#15219)
Browse files Browse the repository at this point in the history
Increment package version after release of azure_search_documents
  • Loading branch information
azure-sdk authored Nov 10, 2020
1 parent dc1e31c commit 82175dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions sdk/search/azure-search-documents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 11.1.0b5 (Unreleased)


## 11.1.0b4 (2020-11-10)

**Features**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# Licensed under the MIT License.
# ------------------------------------

VERSION = "11.1.0b4" # type: str
VERSION = "11.1.0b5" # type: str

SDK_MONIKER = "search-documents/{}".format(VERSION) # type: str

0 comments on commit 82175dc

Please sign in to comment.