update declarative config file version (#14593)

This commit is contained in:
Gregor Zeitlinger 2025-09-05 17:27:50 +02:00 committed by GitHub
parent 41a549c078
commit 027a960c6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
file_format: "0.4"
file_format: "1.0-rc.1"
instrumentation/development:
java:
methods:

View File

@ -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"