@0⦊pub fn new(major: usize, minor: usize, patch: usize) -> Self { Self { major, minor, patch, } }⦉@0