//! Workspace release version utilities.
//!
//! Mabinogion manages the human-edited release version from the workspace root.
//! Downstream crates should use this module for externally visible product
//! version strings instead of introducing their own literals.
/// Canonical Mabinogion release version.
pub const RELEASE_VERSION: &str = env!;
/// Return the canonical Mabinogion release version.
pub const