From 64297772e4c775c98f072ecc885b02f973d2c6ee Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Fri, 18 Oct 2024 13:12:55 -0400 Subject: [PATCH] fix(version): update version to 0.5.12 --- .cz.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cz.toml b/.cz.toml index 3a94bbeb7..3f6fa5d9d 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,6 +2,6 @@ name = "cz_conventional_commits" tag_format = "v$version" version_scheme = "semver" -version = "0.6.0" +version = "0.5.12" update_changelog_on_bump = true major_version_zero = true