From c5cf5f64bdac52fae87564d022ef51ebd7f248f5 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Sun, 11 Mar 2018 10:17:17 -0700 Subject: [PATCH] (cargo-release) start next development iteration 0.8.2-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2bf8396..87dca91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "cursive" readme = "Readme.md" repository = "https://github.com/gyscos/Cursive" -version = "0.8.1" +version = "0.8.2-alpha.0" [badges.travis-ci] repository = "gyscos/Cursive"