diff --git a/crates/common/src/configuration.rs b/crates/common/src/configuration.rs index 86aa331d..1275d77d 100644 --- a/crates/common/src/configuration.rs +++ b/crates/common/src/configuration.rs @@ -656,7 +656,7 @@ mod test { .expect("reference config file not found"); let config: super::Configuration = serde_yaml::from_str(&ref_config).unwrap(); - assert_eq!(config.version, "v0.3.0"); + assert_eq!(config.version, "v0.4.0"); if let Some(prompt_targets) = &config.prompt_targets { assert!(