Skip to content

Commit 0f0728d

Browse files
chore(release): 7.1.9 [skip ci]
## [7.1.9](v7.1.8...v7.1.9) (2022-07-12) ### Bug Fixes * **composer:** change the php version format to semantic one ([a73ec23](a73ec23))
1 parent a73ec23 commit 0f0728d

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.9](https://github.com/centralnic-reseller/php-sdk/compare/v7.1.8...v7.1.9) (2022-07-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **composer:** change the php version format to semantic one ([a73ec23](https://github.com/centralnic-reseller/php-sdk/commit/a73ec23d0e09718fd1150a1b78802133787eecc4))
7+
18
## [7.1.8](https://github.com/centralnic-reseller/php-sdk/compare/v7.1.7...v7.1.8) (2022-07-12)
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 "7.1.8";
249+
return "7.1.9";
250250
}
251251

252252
/**

0 commit comments

Comments
 (0)