Skip to content

Commit

Permalink
Increment package version after release of azcore (#20976)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored Jun 7, 2023
1 parent e60beaf commit a688cfe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions sdk/azcore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.7.0-beta.3 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.7.0-beta.2 (2023-06-06)

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/azcore/internal/shared/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ const (
Module = "azcore"

// Version is the semantic version (see http://semver.org) of this module.
Version = "v1.7.0-beta.2"
Version = "v1.7.0-beta.3"
)

0 comments on commit a688cfe

Please sign in to comment.