bump version to 1.0.34

This commit is contained in:
Mahmoud-Emad
2025-10-13 22:29:13 +03:00
parent ecdc8f4a2a
commit deaacedb96
2 changed files with 2 additions and 2 deletions

View File

@@ -103,4 +103,4 @@ fn main() {
print_backtrace()
exit(1)
}
}
}

View File

@@ -65,7 +65,7 @@ if version_line_idx == -1 {
// Get indentation
old_line := lines[version_line_idx]
indent := old_line.all_before('version:')
// indent := old_line.all_before('version:')
// Create backup
os.cp(hero_v_path, '${hero_v_path}.backup') or {