| Index: bin/format.dart
|
| diff --git a/bin/format.dart b/bin/format.dart
|
| index 8d179c19a0537fdc34f5c8c1213c35de21513bde..f6fd6c9fa6ecbd43ffecd017cabd5bbb8f12bfe1 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.1";
|
| +const version = "0.2.2";
|
|
|
| void main(List<String> args) {
|
| var parser = new ArgParser(allowTrailingOptions: true);
|
|
|