test version update

This commit is contained in:
2026-09-17 23:58:22 +03:00
parent 6ad460fb02
commit dba044faef

View File

@ -25,7 +25,7 @@ use tracing::{error, info, warn};
async fn get_version() -> impl IntoResponse { async fn get_version() -> impl IntoResponse {
Json(serde_json::json!({ Json(serde_json::json!({
"version": "1.0.2", "version": "1.0.3",
"timestamp": chrono::Utc::now().timestamp() "timestamp": chrono::Utc::now().timestamp()
})) }))
} }