From 3d688deba72b925ee84357eaf779b0fafe24b06b Mon Sep 17 00:00:00 2001 From: Konstantin Shcheglov Date: Thu, 3 May 2018 20:02:53 +0000 Subject: [PATCH] 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 Commit-Queue: Konstantin Shcheglov --- pkg/analysis_server/doc/api.html | 2 +- pkg/analysis_server/lib/src/analysis_server.dart | 2 +- pkg/analysis_server/tool/spec/spec_input.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html index 23bda67c45e..453a5203754 100644 --- a/pkg/analysis_server/doc/api.html +++ b/pkg/analysis_server/doc/api.html @@ -109,7 +109,7 @@ a:focus, a:hover {

Analysis Server API Specification

Version - 1.20.1 + 1.20.2

This document contains a specification of the API provided by the diff --git a/pkg/analysis_server/lib/src/analysis_server.dart b/pkg/analysis_server/lib/src/analysis_server.dart index 1e6b8d09f9e..240ec384d18 100644 --- a/pkg/analysis_server/lib/src/analysis_server.dart +++ b/pkg/analysis_server/lib/src/analysis_server.dart @@ -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. diff --git a/pkg/analysis_server/tool/spec/spec_input.html b/pkg/analysis_server/tool/spec/spec_input.html index 62c933f8c5e..0d1c534dcef 100644 --- a/pkg/analysis_server/tool/spec/spec_input.html +++ b/pkg/analysis_server/tool/spec/spec_input.html @@ -7,7 +7,7 @@

Analysis Server API Specification

Version - 1.20.1 + 1.20.2

This document contains a specification of the API provided by the