ci: bump version to 1.12.4 in workflows and scripts (#2271)

chore: bump version to 1.12.4 in workflows and scripts
This commit is contained in:
eball
2025-12-18 19:14:46 +08:00
committed by GitHub
parent ecf8849b55
commit b173f005cd
5 changed files with 6 additions and 6 deletions

View File

@@ -49,7 +49,7 @@ func NewCmdRelease() *cobra.Command {
}
if version == "" {
version = fmt.Sprintf("1.12.3-%s", time.Now().Format("20060102150405"))
version = fmt.Sprintf("1.12.4-%s", time.Now().Format("20060102150405"))
fmt.Printf("--version unspecified, using: %s\n", version)
time.Sleep(1 * time.Second)
}