We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6eeb624 + 9f59703 commit d9d2908Copy full SHA for d9d2908
1 file changed
lib/proxy/kiro/kiro_ide_runtime_version.dart
@@ -7,7 +7,7 @@ import 'package:http/http.dart' as http;
7
/// Pinned fallback used when no probe has succeeded yet, when the probe fails,
8
/// or in tests. Kept aligned with the version embedded by the build matrix and
9
/// rotated by the [Sync Kiro IDE Version] CI workflow.
10
-const String fallbackKiroIdeVersion = '0.12.184';
+const String fallbackKiroIdeVersion = '0.12.200';
11
12
const Duration _kiroIdeVersionProbeMinInterval = Duration(hours: 12);
13
const Duration _kiroIdeVersionProbeTimeout = Duration(seconds: 6);
0 commit comments