Skip to content

Commit d9d2908

Browse files
authored
Merge pull request #33 from mxnix/chore/bump-kiro-ide-0.12.200
chore(kiro): bump Kiro IDE fallback to 0.12.200
2 parents 6eeb624 + 9f59703 commit d9d2908

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/proxy/kiro/kiro_ide_runtime_version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import 'package:http/http.dart' as http;
77
/// Pinned fallback used when no probe has succeeded yet, when the probe fails,
88
/// or in tests. Kept aligned with the version embedded by the build matrix and
99
/// rotated by the [Sync Kiro IDE Version] CI workflow.
10-
const String fallbackKiroIdeVersion = '0.12.184';
10+
const String fallbackKiroIdeVersion = '0.12.200';
1111

1212
const Duration _kiroIdeVersionProbeMinInterval = Duration(hours: 12);
1313
const Duration _kiroIdeVersionProbeTimeout = Duration(seconds: 6);

0 commit comments

Comments
 (0)