Skip to content

Commit a86bbee

Browse files
authored
Fix update year (#8281)
1 parent e144a9e commit a86bbee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flutter-idea/src/io/flutter/sdk/FlutterSdkVersion.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public final class FlutterSdkVersion implements Comparable<FlutterSdkVersion> {
2323
* Note, this is for the Flutter SDK version, not the Dart SDK version, this mapping can be found:
2424
* <a href="https://docs.flutter.dev/release/archive">Flutter SDK Release Archive list</a>.
2525
* <p>
26-
* This version was updated last on June 24, 2024.
26+
* This version was updated last on June 24, 2025.
2727
*/
2828
@VisibleForTesting
2929
@NotNull
@@ -36,7 +36,7 @@ public final class FlutterSdkVersion implements Comparable<FlutterSdkVersion> {
3636
* Note, this is for the Flutter SDK version, not the Dart SDK version, this mapping can be found:
3737
* <a href="https://docs.flutter.dev/release/archive">Flutter SDK Release Archive list</a>.
3838
* <p>
39-
* This version was updated last on June 24, 2024.
39+
* This version was updated last on June 24, 2025.
4040
*/
4141
@VisibleForTesting
4242
@NotNull

0 commit comments

Comments
 (0)