Skip to content

Commit acaee97

Browse files
chore(release): 7.1.7 [skip ci]
## [7.1.7](v7.1.6...v7.1.7) (2022-06-28) ### Bug Fixes * **versioning:** patch release process configuration to get the version no. correctly updated ([2c27be7](2c27be7))
1 parent 2c27be7 commit acaee97

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+
## [7.1.7](https://github.com/centralnic-reseller/php-sdk/compare/v7.1.6...v7.1.7) (2022-06-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **versioning:** patch release process configuration to get the version no. correctly updated ([2c27be7](https://github.com/centralnic-reseller/php-sdk/commit/2c27be7f1b18b8f0fef98d610c6eceeeedcf5cf7))
7+
18
## [7.1.6](https://github.com/centralnic-reseller/php-sdk/compare/v7.1.5...v7.1.6) (2022-06-28)
29

310

src/HEXONET/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ public function getReferer()
246246
*/
247247
public function getVersion()
248248
{
249-
return "6.1.1";
249+
return "7.1.7";
250250
}
251251

252252
/**

0 commit comments

Comments
 (0)