Skip to main content

today

Function today 

Source
pub fn today() -> Version
Expand description

Create a version representing the current date with patch 0.

ยงExamples

let today = jayver::today();
println!("Today's version: {}", today);