Skip to content

Commit

Permalink
Version 3.4.0-279.0.dev
Browse files Browse the repository at this point in the history
Merge e9df8dc into dev
  • Loading branch information
Dart CI committed Mar 27, 2024
2 parents 752a702 + e9df8dc commit 291217c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tools/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ CHANNEL dev
MAJOR 3
MINOR 4
PATCH 0
PRERELEASE 278
PRERELEASE 279
PRERELEASE_PATCH 0
1 change: 0 additions & 1 deletion tools/find_builders.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Future<void> main(List<String> args) async {
..sort();

final gerritTryList = builders.map((b) => '$b-try').join(',');
print('Cq-Include-Trybots: dart-internal/g3.dart-internal.try:g3-cbuild-try');
print('Cq-Include-Trybots: dart/try:$gerritTryList');
}

Expand Down

0 comments on commit 291217c

Please sign in to comment.