diff --git a/Cargo.lock b/Cargo.lock index a738405..0fdfe02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1266,7 +1266,7 @@ dependencies = [ [[package]] name = "pueue" -version = "3.0.0-rc.0" +version = "3.0.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index c47c42e..41f427e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ tokio = { version = "1", features = ["rt-multi-thread", "time", "io-std"] } # ------------------------ [package] name = "pueue" -version = "3.0.0-rc.0" +version = "3.0.0" description = "A cli tool for managing long running shell commands." keywords = ["shell", "command", "parallel", "task", "queue"] readme = "README.md"