ci: Updated release-please.

This commit is contained in:
2026-06-12 16:56:04 -04:00
parent ad3ce748bb
commit 650c91d51b
6 changed files with 11 additions and 12 deletions

View File

@@ -2,6 +2,8 @@ package main
import "core:fmt"
VERSION :: #load("version.txt", string)
cmd_version :: proc(cmd: ^Command) {
if has_flag(cmd, "long") || has_flag(cmd, "l") {
fmt.printf("envr version %s\n", VERSION)