Skip to content

Commit 916c258

Browse files
authored
Merge pull request #598 from ulue/dev2
fix swoft version error
2 parents 1cea93d + b124af8 commit 916c258

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/framework/src/Swoft.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ final class Swoft
3333
/**
3434
* Swoft version
3535
*/
36-
public const VERSION = '2.0.9';
36+
public const VERSION = '2.0.10';
3737

3838
/**
3939
* Swoft terminal logo
@@ -163,7 +163,7 @@ public static function getReflection(string $class): array
163163
*
164164
* @return string
165165
*/
166-
public static function t(string $key, array $params = [], string $locale = ''): string
166+
public static function t(string $key, array $params = [], string $locale = '2.0.10'): string
167167
{
168168
/* @var I18n $i18n */
169169
$i18n = BeanFactory::getBean('i18n');

0 commit comments

Comments
 (0)