Skip to content

Commit

Permalink
[Service Bus] Update version in constants.ts (#4332)
Browse files Browse the repository at this point in the history
* [Event Hubs] Introduce timeoutInMs on RetryOptions (#4239)

* Update version in constants file
  • Loading branch information
ramya0820 authored Jul 16, 2019
1 parent 4a5a8f3 commit fd7ac94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/servicebus/service-bus/src/util/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

export const packageJsonInfo = {
name: "@azure/service-bus",
version: "1.0.2"
version: "1.0.3"
};

export const messageDispositionTimeout = 20000;
Expand Down

0 comments on commit fd7ac94

Please sign in to comment.