diff --git a/Cargo.lock b/Cargo.lock index eb56fbd..91e420b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,7 +52,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "goat" -version = "0.7.1-alpha.0" +version = "0.8.0" dependencies = [ "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index a14b7c3..3b26f6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "goat" -version = "0.7.1-alpha.0" +version = "0.8.0" authors = ["Patrick Haun "] description = "better sleep" license = "WTFPL"