Compare commits

...

2 Commits

Author SHA1 Message Date
29c2fccbe5 bump version to 1.0.14 2025-02-19 16:14:20 +03:00
975c07fc2e ... 2025-02-19 16:09:11 +03:00
3 changed files with 3 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ fn do() ! {
mut cmd := Command{ mut cmd := Command{
name: 'hero' name: 'hero'
description: 'Your HERO toolset.' description: 'Your HERO toolset.'
version: '1.0.13' version: '1.0.14'
} }
// herocmds.cmd_run_add_flags(mut cmd) // herocmds.cmd_run_add_flags(mut cmd)

View File

@@ -4,7 +4,7 @@ set -e
os_name="$(uname -s)" os_name="$(uname -s)"
arch_name="$(uname -m)" arch_name="$(uname -m)"
version='1.0.13' version='1.0.14'
# Base URL for GitHub releases # Base URL for GitHub releases

View File

@@ -181,6 +181,7 @@ systemd_process_test.v
data/graphdb data/graphdb
data/radixtree data/radixtree
clients/livekit clients/livekit
core/playcmds
' '