Skip to content

Commit 380f34a

Browse files
authored
Bump version for release (#58)
* Bump SDK version for release * Update php-ci.yml
1 parent ac4e202 commit 380f34a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/php-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
XDEBUG_MODE: coverage
8282

8383
- name: SonarCloud Scan
84-
uses: SonarSource/sonarcloud-github-action@master
84+
uses: SonarSource/sonarqube-scan-action@v7
8585
env:
8686
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
8787

src/ConfigCatClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
*/
3131
final class ConfigCatClient implements ClientInterface
3232
{
33-
public const SDK_VERSION = '9.2.0';
33+
public const SDK_VERSION = '9.2.1';
3434
private const CONFIG_JSON_CACHE_VERSION = 'v2';
3535

3636
private InternalLogger $logger;

0 commit comments

Comments
 (0)