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