Skip to content

Commit 3499c1e

Browse files
authored
Synchronize the dart_style version in its own help output. (#1759)
The pubspec is already bumped to 3.1.3-wip.
1 parent bacc9bf commit 3499c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/cli/formatter_options.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import 'show.dart';
1313
import 'summary.dart';
1414

1515
// Note: The following line of code is modified by tool/grind.dart.
16-
const dartStyleVersion = '3.1.2-wip';
16+
const dartStyleVersion = '3.1.3-wip';
1717

1818
/// Global options parsed from the command line that affect how the formatter
1919
/// produces and uses its outputs.

0 commit comments

Comments
 (0)