| Index: sdk/lib/_internal/pub/lib/src/command/version.dart
|
| diff --git a/sdk/lib/_internal/pub/lib/src/command/version.dart b/sdk/lib/_internal/pub/lib/src/command/version.dart
|
| index de90f5fe2eee8609c4f7cb23b3ee4bc05ac56f72..bab6c6b9bbd69cdefd2d100207e32c11c48423cc 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/command/version.dart
|
| +++ b/sdk/lib/_internal/pub/lib/src/command/version.dart
|
| @@ -14,7 +14,6 @@ import '../sdk.dart' as sdk;
|
| class VersionCommand extends PubCommand {
|
| String get description => "Print pub version.";
|
| String get usage => "pub version";
|
| - bool get requiresEntrypoint => false;
|
|
|
| Future onRun() {
|
| log.message("Pub ${sdk.version}");
|
|
|