We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97d6ac2 commit 46a5f35Copy full SHA for 46a5f35
pkg/kernel/lib/ast.dart
@@ -328,7 +328,7 @@ class Library extends NamedNode
328
329
// TODO(jensj): Do we have a better option than this?
330
static int defaultLanguageVersionMajor = 2;
331
- static int defaultLanguageVersionMinor = 7;
+ static int defaultLanguageVersionMinor = 8;
332
333
int _languageVersionMajor;
334
int _languageVersionMinor;
tools/VERSION
@@ -31,7 +31,7 @@
31
#
32
CHANNEL be
33
MAJOR 2
34
-MINOR 7
+MINOR 8
35
PATCH 0
36
PRERELEASE 0
37
PRERELEASE_PATCH 0
0 commit comments