Skip to content

Commit 7673926

Browse files
chore(release): 2.2.3 [skip ci]
## [2.2.3](v2.2.2...v2.2.3) (2019-10-04) ### Bug Fixes * **responsetemplate/mgr:** improve description of `423 Empty API response` ([ce11490](ce11490))
1 parent ce11490 commit 7673926

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.2.3](https://github.com/hexonet/go-sdk/compare/v2.2.2...v2.2.3) (2019-10-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **responsetemplate/mgr:** improve description of `423 Empty API response` ([ce11490](https://github.com/hexonet/go-sdk/commit/ce11490))
7+
18
## [2.2.2](https://github.com/hexonet/go-sdk/compare/v2.2.1...v2.2.2) (2019-09-19)
29

310

apiclient/apiclient.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ func (cl *APIClient) GetUserAgent() string {
130130

131131
// GetVersion method to get current module version
132132
func (cl *APIClient) GetVersion() string {
133-
return "2.2.2"
133+
return "2.2.3"
134134
}
135135

136136
// SaveSession method to apply data to a session for later reuse

0 commit comments

Comments
 (0)