Bump analysis server version to 1.20.2

Bug: https://github.com/dart-lang/sdk/issues/33034
Change-Id: I1dc4bfb97d2fae7a4c57baa056749fa520f7ea88
Reviewed-on: https://dart-review.googlesource.com/53684
Reviewed-by: Phil Quitslund <pquitslund@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
This commit is contained in:
Konstantin Shcheglov 2018-05-03 20:02:53 +00:00 committed by commit-bot@chromium.org
parent 0dc81ae4eb
commit 3d688deba7
3 changed files with 3 additions and 3 deletions

View file

@ -109,7 +109,7 @@ a:focus, a:hover {
<body>
<h1>Analysis Server API Specification</h1>
<h1 style="color:#999999">Version
1.20.1
1.20.2
</h1>
<p>
This document contains a specification of the API provided by the

View file

@ -108,7 +108,7 @@ class AnalysisServer {
* The version of the analysis server. The value should be replaced
* automatically during the build.
*/
static final String VERSION = '1.20.1';
static final String VERSION = '1.20.2';
/**
* The options of this server instance.

View file

@ -7,7 +7,7 @@
<body>
<h1>Analysis Server API Specification</h1>
<h1 style="color:#999999">Version
<version>1.20.1</version>
<version>1.20.2</version>
</h1>
<p>
This document contains a specification of the API provided by the