(cargo-release) start next development iteration 0.11.1-alpha.0

This commit is contained in:
Arne Beer 2021-01-18 20:14:15 +01:00
parent 30595fa228
commit b7b0ba6f2a
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1142,7 +1142,7 @@ dependencies = [
[[package]]
name = "pueue"
version = "0.11.0"
version = "0.11.1-alpha.0"
dependencies = [
"anyhow",
"async-std",

View file

@ -1,7 +1,7 @@
[package]
name = "pueue"
description = "A cli tool for managing long running shell commands."
version = "0.11.0"
version = "0.11.1-alpha.0"
authors = ["Arne Beer <contact@arne.beer>"]
homepage = "https://github.com/nukesor/pueue"
repository = "https://github.com/nukesor/pueue"