update declarative config file version (#14593)
This commit is contained in:
		
							parent
							
								
									41a549c078
								
							
						
					
					
						commit
						027a960c6f
					
				|  | @ -1,4 +1,4 @@ | |||
| file_format: "0.4" | ||||
| file_format: "1.0-rc.1" | ||||
| instrumentation/development: | ||||
|   java: | ||||
|     methods: | ||||
|  |  | |||
|  | @ -31,7 +31,7 @@ class DeclarativeConfigTest { | |||
|   @Test | ||||
|   void endToEnd() { | ||||
|     String yaml = | ||||
|         "file_format: \"0.4\"\n" | ||||
|         "file_format: \"1.0-rc.1\"\n" | ||||
|             + "tracer_provider:\n" | ||||
|             + "resource:\n" | ||||
|             + "  attributes:\n" | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue