chore(release): v1.13.0-rc.0

This commit is contained in:
2024-03-06 22:19:29 +02:00
parent 778175a2f3
commit 4b0ce0fd3a
3 changed files with 7 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ import { join } from "path";
program
.name("rcz")
.description("Resultium commit standardization command-line interface")
.version("1.12.4");
.version("1.13.0-rc.0");
const commandFiles = await readdir(join(__dirname, "commands"));