Skip to content

Commit 2af5186

Browse files
chore(release): 3.5.2 [skip ci]
## [3.5.2](v3.5.1...v3.5.2) (2021-04-09) ### Performance Improvements * **fixed version:** included version number in go.mod ([903ca2f](903ca2f))
1 parent 3f86318 commit 2af5186

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+
## [3.5.2](https://github.com/hexonet/go-sdk/compare/v3.5.1...v3.5.2) (2021-04-09)
2+
3+
4+
### Performance Improvements
5+
6+
* **fixed version:** included version number in go.mod ([903ca2f](https://github.com/hexonet/go-sdk/commit/903ca2f9b3065730cb19af4c7ac06e440b8655cb))
7+
18
## [3.5.1](https://github.com/hexonet/go-sdk/compare/v3.5.0...v3.5.1) (2021-01-21)
29

310

apiclient/apiclient.go

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

209209
// GetVersion method to get current module version
210210
func (cl *APIClient) GetVersion() string {
211-
return "3.5.1"
211+
return "3.5.2"
212212
}
213213

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

0 commit comments

Comments
 (0)