Skip to content

Commit

Permalink
Increment version for messaging/azservicebus releases (#17252)
Browse files Browse the repository at this point in the history
Increment package version after release of messaging/azservicebus
  • Loading branch information
azure-sdk authored Mar 8, 2022
1 parent 3a1fbae commit 84c9a74
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions sdk/messaging/azservicebus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 0.3.7 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 0.3.6 (2022-03-08)

### Bugs Fixed
Expand Down
2 changes: 1 addition & 1 deletion sdk/messaging/azservicebus/internal/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ const (
// TODO: this should move into a proper file. Need to resolve some interdependency
// issues between the public and internal packages first.
// Version is the semantic version number
const Version = "v0.3.6"
const Version = "v0.3.7"

0 comments on commit 84c9a74

Please sign in to comment.