Skip to content

Commit ab18589

Browse files
chore(kiro): bump Kiro IDE fallback to 0.12.301 (#38)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 24f04b4 commit ab18589

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.263';
10+
const String fallbackKiroIdeVersion = '0.12.301';
1111

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

0 commit comments

Comments
 (0)