diff --git a/src/helpers/version/mod.rs b/src/helpers/version/mod.rs index c6f4fe6..11f4d3a 100644 --- a/src/helpers/version/mod.rs +++ b/src/helpers/version/mod.rs @@ -113,8 +113,8 @@ pub async fn parse_version_type(client: &Client, version: &str) -> Result - Specific commit hash" + • [v]x.x.x - Specific version (e.g., 0.6.0 or v0.6.0) + • - Specific commit hash" )) } }