diff --git a/lib/proxy/kiro/kiro_ide_runtime_version.dart b/lib/proxy/kiro/kiro_ide_runtime_version.dart index 7b01154..e4bede7 100644 --- a/lib/proxy/kiro/kiro_ide_runtime_version.dart +++ b/lib/proxy/kiro/kiro_ide_runtime_version.dart @@ -7,7 +7,7 @@ import 'package:http/http.dart' as http; /// Pinned fallback used when no probe has succeeded yet, when the probe fails, /// or in tests. Kept aligned with the version embedded by the build matrix and /// rotated by the [Sync Kiro IDE Version] CI workflow. -const String fallbackKiroIdeVersion = '0.12.333'; +const String fallbackKiroIdeVersion = '1.0.165'; const Duration _kiroIdeVersionProbeMinInterval = Duration(hours: 12); const Duration _kiroIdeVersionProbeTimeout = Duration(seconds: 6);