diff --git a/src/lib/web/endpoints.rs b/src/lib/web/endpoints.rs index 8ba80b6a..b2f01a1a 100644 --- a/src/lib/web/endpoints.rs +++ b/src/lib/web/endpoints.rs @@ -63,7 +63,7 @@ pub async fn info() -> Json { version: 0, service: InfoContent { name: env!("CARGO_PKG_NAME").into(), - version: "0.0.0".into(), //env!("VERGEN_GIT_SEMVER").into(), + version: env!("VERGEN_GIT_DESCRIBE").into(), sha: env!("VERGEN_GIT_SHA").into(), build_date: env!("VERGEN_BUILD_TIMESTAMP").into(), authors: env!("CARGO_PKG_AUTHORS").into(),