| Index: bin/format.dart
|
| diff --git a/bin/format.dart b/bin/format.dart
|
| index 410d0c8390cd3571ead9c0993e6074135fa32102..a25680effb4619c473f56cb5eac44166c6abcf86 100644
|
| --- a/bin/format.dart
|
| +++ b/bin/format.dart
|
| @@ -14,7 +14,7 @@ import 'package:dart_style/src/io.dart';
|
| import 'package:dart_style/src/source_code.dart';
|
|
|
| // Note: The following line of code is modified by tool/grind.dart.
|
| -const version = "0.2.7";
|
| +const version = "0.2.8";
|
|
|
| void main(List<String> args) {
|
| var parser = new ArgParser(allowTrailingOptions: true);
|
|
|