Skip to content

Commit

Permalink
updates version for 1.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Shivam Dhar <[email protected]>
  • Loading branch information
Shivamdhar committed Mar 21, 2022
1 parent 03b2bef commit ac1de4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unified-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
stack_version: ['1.0.0']
stack_version: ['1.1.0']

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion opensearchpy/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
# specific language governing permissions and limitations
# under the License.

__versionstr__ = "1.0.0"
__versionstr__ = "1.1.0"

0 comments on commit ac1de4e

Please sign in to comment.