Bump version to 3.6

Change-Id: I1d096140adb8c01914e0b9d1c7cb2017204e7f0a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/373940
Reviewed-by: Devon Carew <devoncarew@google.com>
Commit-Queue: Kevin Chisholm <kevinjchisholm@google.com>
Reviewed-by: Kevin Chisholm <kevinjchisholm@google.com>
This commit is contained in:
Jake Macdonald 2024-07-02 00:02:19 +00:00 committed by Commit Queue
parent 2f9539c164
commit 87b790b6d0
6 changed files with 7 additions and 5 deletions

View file

@ -1,3 +1,5 @@
## 3.6.0
## 3.5.0
### Language

View file

@ -6,7 +6,7 @@
//
// Instead modify 'tools/experimental_features.yaml' and run
// 'dart pkg/front_end/tool/fasta.dart generate-experimental-flags' to update.
const Version defaultLanguageVersion = const Version(3, 5);
const Version defaultLanguageVersion = const Version(3, 6);
/// Enum for experimental flags shared between the CFE and the analyzer.
enum ExperimentalFlag {

View file

@ -12,7 +12,7 @@ part of 'experiments.dart';
/// The current version of the Dart language (or, for non-stable releases, the
/// version of the language currently in the process of being developed).
const _currentVersion = '3.5.0';
const _currentVersion = '3.6.0';
/// A map containing information about all known experimental flags.
final _knownFeatures = <String, ExperimentalFeature>{

View file

@ -9,4 +9,4 @@
import "ast.dart";
const Version defaultLanguageVersion = const Version(3, 5);
const Version defaultLanguageVersion = const Version(3, 6);

View file

@ -25,7 +25,7 @@
#
CHANNEL main
MAJOR 3
MINOR 5
MINOR 6
PATCH 0
PRERELEASE 0
PRERELEASE_PATCH 0

View file

@ -109,7 +109,7 @@
# default 'language' "category" with code generated for both CFE and Analyzer,
# while other categories can be tailored more specifically.
current-version: '3.5.0'
current-version: '3.6.0'
features:
variance: