Skip to content

Commit 5be37b9

Browse files
committed
Also update variable.
1 parent 67886e0 commit 5be37b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/lib/shared/versions.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ bool shouldGCVersion(String version) =>
6262

6363
// keep in-sync with SDK version in .mono_repo.yml and Dockerfile
6464
final String runtimeSdkVersion = '3.6.0';
65-
final String toolStableDartSdkVersion = '3.6.1';
65+
final String toolStableDartSdkVersion = '3.6.2';
6666
final String toolStableFlutterSdkVersion = '3.27.3';
6767

6868
final semanticToolStableDartSdkVersion =

0 commit comments

Comments
 (0)