diff --git a/lib/src/version.dart b/lib/src/version.dart index 18a1e22d..63d8f44a 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.22.20-dev'; +const packageVersion = '0.22.20'; diff --git a/pubspec.yaml b/pubspec.yaml index 2fe229bf..abde2de7 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.22.20-dev +version: 0.22.20 repository: https://github.com/dart-lang/pana topics: - tool