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 e7264fc commit 9e9bb3bCopy full SHA for 9e9bb3b
lib/src/cli/formatter_options.dart
@@ -13,7 +13,7 @@ import 'show.dart';
13
import 'summary.dart';
14
15
// Note: The following line of code is modified by tool/grind.dart.
16
-const dartStyleVersion = '3.1.0-wip';
+const dartStyleVersion = '3.1.0';
17
18
/// Global options parsed from the command line that affect how the formatter
19
/// produces and uses its outputs.
pubspec.yaml
@@ -1,6 +1,6 @@
1
name: dart_style
2
# Note: See tool/grind.dart for how to bump the version.
3
-version: 3.1.0-wip
+version: 3.1.0
4
description: >-
5
Opinionated, automatic Dart source code formatter.
6
Provides an API and a CLI tool.
0 commit comments