1
2
3
4
/// Generate a semver string
pub fn semver() -> &'static str {
    ""
}