File tree 4 files changed +5
-5
lines changed 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ import 'package:pub_semver/pub_semver.dart';
7
7
import 'utils.dart' show isNewer;
8
8
9
9
// update this whenever one of the other versions change
10
- final String runtimeVersion = '2018.7.5 ' ;
10
+ final String runtimeVersion = '2018.7.11 ' ;
11
11
final Version semanticRuntimeVersion = new Version .parse (runtimeVersion);
12
12
13
13
// keep in-sync with SDK version in .travis.yml, .mono_repo.yml and Dockerfile
14
14
final String sdkVersion = '2.0.0-dev.66.0' ;
15
15
final Version semanticSdkVersion = new Version .parse (sdkVersion);
16
16
17
17
// keep in-sync with app/pubspec.yaml
18
- final String panaVersion = '0.11.5 ' ;
18
+ final String panaVersion = '0.11.6 ' ;
19
19
final Version semanticPanaVersion = new Version .parse (panaVersion);
20
20
21
21
final String flutterVersion = '0.5.5' ;
Original file line number Diff line number Diff line change @@ -399,7 +399,7 @@ packages:
399
399
name: pana
400
400
url: "https://pub.dartlang.org"
401
401
source: hosted
402
- version: "0.11.5 "
402
+ version: "0.11.6 "
403
403
path:
404
404
dependency: "direct main"
405
405
description:
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencies:
34
34
yaml : ' ^2.1.12'
35
35
# pana version to be pinned
36
36
# keep in-sync with app/lib/shared/versions.dart
37
- pana : ' 0.11.5 '
37
+ pana : ' 0.11.6 '
38
38
# 3rd-party packages with pinned versions
39
39
archive : ' 2.0.0'
40
40
uuid : ' 1.0.0'
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ void main() {
20
20
dartdocVersion,
21
21
customizationVersion,
22
22
].join ('//' ).hashCode;
23
- expect (hash, 836425494 );
23
+ expect (hash, 25323727 );
24
24
});
25
25
26
26
test ('sdk version should match travis and dockerfile' , () async {
You can’t perform that action at this time.
0 commit comments