File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- # 2.3.0-dev
1
+ # 2.3.0
2
2
3
3
## New language features
4
4
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import 'show.dart';
11
11
import 'summary.dart' ;
12
12
13
13
// Note: The following line of code is modified by tool/grind.dart.
14
- const dartStyleVersion = '2.2.5-dev ' ;
14
+ const dartStyleVersion = '2.3.0 ' ;
15
15
16
16
/// Global options that affect how the formatter produces and uses its outputs.
17
17
class FormatterOptions {
Original file line number Diff line number Diff line change 1
1
name : dart_style
2
2
# Note: See tool/grind.dart for how to bump the version.
3
- version : 2.3.0-dev
3
+ version : 2.3.0
4
4
description : >-
5
5
Opinionated, automatic Dart source code formatter.
6
6
Provides an API and a CLI tool.
You can’t perform that action at this time.
0 commit comments