chore(release): 0.0.1 #4
@ -229,6 +229,6 @@ fn parse_conventional_commits(
|
||||
fn get_current_version(significant_tag: Option<Tag>) -> Version {
|
||||
let current_version = significant_tag
|
||||
.map(|st| Version::try_from(st).unwrap())
|
||||
.unwrap_or(Version::new(0, 1, 0));
|
||||
.unwrap_or(Version::new(0, 0, 0));
|
||||
current_version
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user