@@ -131,7 +131,7 @@ impl Backend {
131131 pub fn new ( client : Client ) -> Self {
132132 Self {
133133 name : "PHPantomLSP" . to_string ( ) ,
134- version : "0.1 .0" . to_string ( ) ,
134+ version : "0.2 .0" . to_string ( ) ,
135135 open_files : Arc :: new ( Mutex :: new ( HashMap :: new ( ) ) ) ,
136136 ast_map : Arc :: new ( Mutex :: new ( HashMap :: new ( ) ) ) ,
137137 client : Some ( client) ,
@@ -153,7 +153,7 @@ impl Backend {
153153 pub fn new_test ( ) -> Self {
154154 Self {
155155 name : "PHPantomLSP" . to_string ( ) ,
156- version : "0.1 .0" . to_string ( ) ,
156+ version : "0.2 .0" . to_string ( ) ,
157157 open_files : Arc :: new ( Mutex :: new ( HashMap :: new ( ) ) ) ,
158158 ast_map : Arc :: new ( Mutex :: new ( HashMap :: new ( ) ) ) ,
159159 client : None ,
@@ -178,7 +178,7 @@ impl Backend {
178178 pub fn new_test_with_stubs ( stub_index : HashMap < & ' static str , & ' static str > ) -> Self {
179179 Self {
180180 name : "PHPantomLSP" . to_string ( ) ,
181- version : "0.1 .0" . to_string ( ) ,
181+ version : "0.2 .0" . to_string ( ) ,
182182 open_files : Arc :: new ( Mutex :: new ( HashMap :: new ( ) ) ) ,
183183 ast_map : Arc :: new ( Mutex :: new ( HashMap :: new ( ) ) ) ,
184184 client : None ,
@@ -208,7 +208,7 @@ impl Backend {
208208 ) -> Self {
209209 Self {
210210 name : "PHPantomLSP" . to_string ( ) ,
211- version : "0.1 .0" . to_string ( ) ,
211+ version : "0.2 .0" . to_string ( ) ,
212212 open_files : Arc :: new ( Mutex :: new ( HashMap :: new ( ) ) ) ,
213213 ast_map : Arc :: new ( Mutex :: new ( HashMap :: new ( ) ) ) ,
214214 client : None ,
@@ -234,7 +234,7 @@ impl Backend {
234234 ) -> Self {
235235 Self {
236236 name : "PHPantomLSP" . to_string ( ) ,
237- version : "0.1 .0" . to_string ( ) ,
237+ version : "0.2 .0" . to_string ( ) ,
238238 open_files : Arc :: new ( Mutex :: new ( HashMap :: new ( ) ) ) ,
239239 ast_map : Arc :: new ( Mutex :: new ( HashMap :: new ( ) ) ) ,
240240 client : None ,
0 commit comments