We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad8db86 commit f9a78f5Copy full SHA for f9a78f5
1 file changed
scripts/init.dart
@@ -13,7 +13,7 @@ final assetsPath =
13
final binDir = Directory(path.join(assetsPath, 'bin'));
14
15
const rawCoreName = 'itun2socks';
16
-const rawCoreVersion = '1.28.4-beat.1';
+const rawCoreVersion = '1.28.4-beat.2';
17
18
Future<void> downloadFileWith(String url, String savePath) async {
19
final dio = Dio();
0 commit comments