From 618e07ff34609ca593c3fc6119dbd4d7a4350db4 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Fri, 16 Aug 2019 10:36:30 -0700 Subject: [PATCH] (cargo-release) start next development iteration 0.13.1-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ead78fd..68ba804 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.13.0" +version = "0.13.1-alpha.0" edition = "2018" [package.metadata.docs.rs]