Chromium Code Reviews| Index: pkg/analysis_server/lib/src/constants.dart |
| diff --git a/pkg/analysis_server/lib/src/constants.dart b/pkg/analysis_server/lib/src/constants.dart |
| index 7aa71a71988562a4c69c94579c9960097fbb2d9b..924b93f6ac2d4e1016deaa2ea20429dfa3c5558c 100644 |
| --- a/pkg/analysis_server/lib/src/constants.dart |
| +++ b/pkg/analysis_server/lib/src/constants.dart |
| @@ -4,6 +4,8 @@ |
| library server.constants; |
| +const String ANALYSIS_SERVER_VERSION = '0.0.1'; |
|
Brian Wilkerson
2015/01/17 18:08:24
On an experimental branch that I'm working on I ra
danrubel
2015/01/20 17:23:54
That works for me. Moved.
|
| + |
| // |
| // Server methods |
| // |