Bump to release 2.3.0. (#1194)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 84a0e4b..9e6a769 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# 2.3.0-dev
+# 2.3.0
 
 ## New language features
 
diff --git a/lib/src/cli/formatter_options.dart b/lib/src/cli/formatter_options.dart
index 988d8ed..ed6a0f4 100644
--- a/lib/src/cli/formatter_options.dart
+++ b/lib/src/cli/formatter_options.dart
@@ -11,7 +11,7 @@
 import 'summary.dart';
 
 // Note: The following line of code is modified by tool/grind.dart.
-const dartStyleVersion = '2.2.5-dev';
+const dartStyleVersion = '2.3.0';
 
 /// Global options that affect how the formatter produces and uses its outputs.
 class FormatterOptions {
diff --git a/pubspec.yaml b/pubspec.yaml
index 8b4fc88..bcc72f7 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.3.0-dev
+version: 2.3.0
 description: >-
   Opinionated, automatic Dart source code formatter.
   Provides an API and a CLI tool.