Fix release build (#2244)

Missing import.
This commit is contained in:
pakrym-oai 2025-08-12 15:35:20 -07:00 committed by GitHub
parent eaa3969e68
commit 6c254ca3e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,7 @@ use std::path::Path;
use std::path::PathBuf;
use codex_core::config::Config;
use codex_core::user_agent::get_codex_user_agent;
pub fn get_upgrade_version(config: &Config) -> Option<String> {
let version_file = version_filepath(config);