Skip to content

Commit 5d35f4d

Browse files
authored
Bump version to publish 2.3.7. (#1562)
1 parent 30dce1c commit 5d35f4d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.3.7-wip
1+
## 2.3.7
22

33
* Allow passing a language version to `DartFomatter()`. Formatted code will be
44
parsed at that version. If omitted, defaults to the latest version. In a

lib/src/cli/formatter_options.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import 'show.dart';
1313
import 'summary.dart';
1414

1515
// Note: The following line of code is modified by tool/grind.dart.
16-
const dartStyleVersion = '2.3.6';
16+
const dartStyleVersion = '2.3.7';
1717

1818
/// Global options that affect how the formatter produces and uses its outputs.
1919
class FormatterOptions {

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_style
22
# Note: See tool/grind.dart for how to bump the version.
3-
version: 2.3.7-wip
3+
version: 2.3.7
44
description: >-
55
Opinionated, automatic Dart source code formatter.
66
Provides an API and a CLI tool.

0 commit comments

Comments
 (0)