Function bootstrap::utils::helpers::extract_beta_rev

source ·
pub fn extract_beta_rev(version: &str) -> Option<String>
Expand description

Extract the beta revision from the full version string.

The full version string looks like “a.b.c-beta.y”. And we need to extract the “y” part from the string.