Bump version to release 2.1.0. (#1048)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index a037247..b10e7d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# 2.1.0-dev
+# 2.1.0
 
 * Support generic function references and constructor tear-offs (#1028).
 
diff --git a/lib/src/cli/formatter_options.dart b/lib/src/cli/formatter_options.dart
index 13313e6..026d0e4 100644
--- a/lib/src/cli/formatter_options.dart
+++ b/lib/src/cli/formatter_options.dart
@@ -13,7 +13,7 @@
 import 'summary.dart';
 
 // Note: The following line of code is modified by tool/grind.dart.
-const dartStyleVersion = '2.0.3';
+const dartStyleVersion = '2.1.0';
 
 /// Global options that affect how the formatter produces and uses its outputs.
 class FormatterOptions {
diff --git a/pubspec.yaml b/pubspec.yaml
index c796bc2..60ebc07 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
 name: dart_style
 # Note: See tool/grind.dart for how to bump the version.
-version: 2.1.0-dev
+version: 2.1.0
 description: >-
   Opinionated, automatic Dart source code formatter.
   Provides an API and a CLI tool.