pub fn today() -> Version
Create a version representing the current date with patch 0.
let today = jayver::today(); println!("Today's version: {}", today);