diff --git a/lib/src/version.dart b/lib/src/version.dart index 1c99e8b1..e54650ea 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.23.0-dev'; +const packageVersion = '0.23.0'; diff --git a/pubspec.yaml b/pubspec.yaml index d1bd2657..3a9e947e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: pana description: PAckage aNAlyzer - produce a report summarizing the health and quality of a Dart package. -version: 0.23.0-dev +version: 0.23.0 repository: https://github.com/dart-lang/pana topics: - tool