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