Skip to content

Commit

Permalink
version upgrade (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
narayana-plivo authored Jan 18, 2023
1 parent 7df43f4 commit 6dd1280
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [7.17.0](https://github.com/plivo/plivo-go/tree/v7.17.0) (2023-01-18)
## [7.17.1](https://github.com/plivo/plivo-go/tree/v7.17.1) (2023-01-18)
**Feature - Adding new param 'message_expiry' in Send Message API**
- Added new param 'message_expiry' in Send Message API

Expand Down
3 changes: 1 addition & 2 deletions baseclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ import (
"github.com/google/go-querystring/query"
)

const sdkVersion = "7.17.0"

const sdkVersion = "7.17.1"

const lookupBaseUrl = "lookup.plivo.com"

Expand Down

0 comments on commit 6dd1280

Please sign in to comment.