Bump to release 0.2.7.

R=nweiz@google.com

Review URL: https://codereview.chromium.org//2196513002 .
diff --git a/bin/format.dart b/bin/format.dart
index bdb79e8..410d0c8 100644
--- a/bin/format.dart
+++ b/bin/format.dart
@@ -14,7 +14,7 @@
 import 'package:dart_style/src/source_code.dart';
 
 // Note: The following line of code is modified by tool/grind.dart.
-const version = "0.2.4";
+const version = "0.2.7";
 
 void main(List<String> args) {
   var parser = new ArgParser(allowTrailingOptions: true);
diff --git a/pubspec.yaml b/pubspec.yaml
index 7ecc054..8ae5477 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,6 @@
 name: dart_style
-version: 0.2.7-dev
+# Note: See tool/grind.dart for how to bump the version.
+version: 0.2.7
 author: Dart Team <misc@dartlang.org>
 description: Opinionated, automatic Dart source code formatter.
 homepage: https://github.com/dart-lang/dart_style