diff --git a/pkg/dart_internal/pubspec.yaml b/pkg/dart_internal/pubspec.yaml index 757bdf30a3f..191de635f45 100644 --- a/pkg/dart_internal/pubspec.yaml +++ b/pkg/dart_internal/pubspec.yaml @@ -1,5 +1,5 @@ name: dart_internal -version: 0.1.11-nullsafety +version: 0.1.12-nullsafety author: "Dart Team " homepage: http://www.dartlang.org repository: https://github.com/dart-lang/sdk/tree/master/pkg/dart_internal @@ -18,4 +18,4 @@ description: > environment: # Restrict the upper bound so that we can remove support for this in a later # version of the SDK without it being a breaking change. - sdk: ">=2.10.0-0.0 <2.10.0" + sdk: ">=2.10.0-0 <2.11.0"