Compare commits

...

3 Commits

Author SHA1 Message Date
c4ea066927 bump version to 1.0.12 2025-02-10 12:43:27 +03:00
5f9c6ff2bb ... 2025-02-10 12:41:14 +03:00
8965f7ae89 bump version to 1.0.10 2025-02-10 12:08:03 +03:00
8 changed files with 9 additions and 9 deletions

View File

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

View File

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

View File

@@ -88,7 +88,7 @@ pub fn get(args_ GitStructureArgGet) !&GitStructure {
if cfg.coderoot != "SKIP"{
gs.config_ = cfg
gs.config_save()!
println(gs.config()!)
//println(gs.config()!)
}
gs.config()! // will load the config, don't remove

View File

@@ -22,7 +22,7 @@ fn installed() !bool {
if r.len != 1 {
return error("couldn't parse bun version.\n${res.output}")
}
println(' ${texttools.version(version)} <= ${texttools.version(r[0])}')
// println(' ${texttools.version(version)} <= ${texttools.version(r[0])}')
if texttools.version(version) <= texttools.version(r[0]) {
return true
}

View File

@@ -2,8 +2,8 @@
set -ex
script_dir="??(cd "??(dirname "??{BASH_SOURCE[0]}")" && pwd)"
cd "??{script_dir}"
script_dir="???cd "???dirname "??{BASH_SOURCE[0]}")" && pwd)"
cd "???script_dir}"
echo "Docs directory: ??script_dir"

View File

@@ -2,7 +2,7 @@
set -e
script_dir="??(cd "??(dirname "??{BASH_SOURCE[0]}")" && pwd)"
script_dir="???cd "???dirname "??{BASH_SOURCE[0]}")" && pwd)"
cd "??{script_dir}"

View File

@@ -2,7 +2,7 @@
set -ex
script_dir="??(cd "??(dirname "??{BASH_SOURCE[0]}")" && pwd)"
script_dir="???cd "???dirname "??{BASH_SOURCE[0]}")" && pwd)"
cd "??{script_dir}"
echo "Docs directory: ??script_dir"

View File

@@ -2,7 +2,7 @@
set -e
script_dir="??(cd "??(dirname "??{BASH_SOURCE[0]}")" && pwd)"
script_dir="???cd "???dirname "??{BASH_SOURCE[0]}")" && pwd)"
cd "??{script_dir}"
echo "Docs directory: ??script_dir"