chore: bump version to 0.2.0 🚀

This commit is contained in:
Andreas Bigger
2025-12-29 17:18:39 -05:00
parent 3e28cef4bb
commit bafc68255c
3 changed files with 14 additions and 18 deletions
+1 -3
View File
@@ -274,9 +274,7 @@ async fn main() -> Result<()> {
JobAction::Resume { job_id } => {
commands::job::job_command("resume", Some(&job_id), false)
}
JobAction::Kill { job_id } => {
commands::job::job_command("kill", Some(&job_id), false)
}
JobAction::Kill { job_id } => commands::job::job_command("kill", Some(&job_id), false),
JobAction::Clean { all } => commands::job::job_command("clean", None, all),
},
}