| Index: lib/src/sdk.dart
|
| diff --git a/lib/src/sdk.dart b/lib/src/sdk.dart
|
| index e2e48f2d4e2da09d022ba299d8b75ff2fc467752..ca4d093f4997b55e6f99ea0a0b8b0a610bc87c96 100644
|
| --- a/lib/src/sdk.dart
|
| +++ b/lib/src/sdk.dart
|
| @@ -29,7 +29,7 @@ final String rootDirectory = (() {
|
| ///
|
| /// This can be set so that the version solver tests can artificially select
|
| /// different SDK versions.
|
| -Version version = _getVersion();
|
| +final version = _getVersion();
|
|
|
| /// Determine the SDK's version number.
|
| Version _getVersion() {
|
|
|