Skip to content

Commit 8a44efe

Browse files
committed
Remove CRLF chars from version file on remote config
1 parent 6b3218e commit 8a44efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components-rs/remote_config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ pub unsafe extern "C" fn ddog_init_remote_config_state(
134134
Box::new(RemoteConfigState {
135135
manager: RemoteConfigManager::new(ConfigInvariants {
136136
language: "php".to_string(),
137-
tracer_version: include_str!("../VERSION").into(),
137+
tracer_version: include_str!("../VERSION").trim().into(),
138138
endpoint: endpoint.clone(),
139139
products: DDTRACE_REMOTE_CONFIG_PRODUCTS.to_vec(),
140140
capabilities: DDTRACE_REMOTE_CONFIG_CAPABILITIES.to_vec(),

0 commit comments

Comments
 (0)