Skip to content

Commit

Permalink
Bump version to 3.6
Browse files Browse the repository at this point in the history
Change-Id: I1d096140adb8c01914e0b9d1c7cb2017204e7f0a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/373940
Reviewed-by: Devon Carew <[email protected]>
Commit-Queue: Kevin Chisholm <[email protected]>
Reviewed-by: Kevin Chisholm <[email protected]>
  • Loading branch information
jakemac53 authored and Commit Queue committed Jul 2, 2024
1 parent 2f9539c commit 87b790b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 3.6.0

## 3.5.0

### Language
Expand Down
2 changes: 1 addition & 1 deletion pkg/_fe_analyzer_shared/lib/src/experiments/flags.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion pkg/analyzer/lib/src/dart/analysis/experiments.g.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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>{
Expand Down
2 changes: 1 addition & 1 deletion pkg/kernel/lib/default_language_version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

import "ast.dart";

const Version defaultLanguageVersion = const Version(3, 5);
const Version defaultLanguageVersion = const Version(3, 6);
2 changes: 1 addition & 1 deletion tools/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#
CHANNEL main
MAJOR 3
MINOR 5
MINOR 6
PATCH 0
PRERELEASE 0
PRERELEASE_PATCH 0
2 changes: 1 addition & 1 deletion tools/experimental_features.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 87b790b

Please sign in to comment.