Skip to content

Commit

Permalink
to release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xdkxlk committed Jan 10, 2023
1 parent 90025a5 commit 615f473
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MQ/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Constants
{
const GMT_DATE_FORMAT = "D, d M Y H:i:s \\G\\M\\T";

const CLIENT_VERSION = "mq-php-sdk/1.0.3(GuzzleHttp/";
const CLIENT_VERSION = "mq-php-sdk/1.0.4(GuzzleHttp/";
const VERSION_HEADER = "x-mq-version";
const HEADER_PREFIX = "x-mq-";
const XML_NAMESPACE = "http://mq.aliyuncs.com/doc/v1/";
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add require to your `composer.json`
```json
{
"require": {
"aliyunmq/mq-http-sdk": ">=1.0.3"
"aliyunmq/mq-http-sdk": ">=1.0.4"
}
}
```
Expand Down

0 comments on commit 615f473

Please sign in to comment.