From 02fbaa3cacb6cc00186d720ac5aaaf3c83261bff Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Tue, 15 Aug 2017 09:38:05 -0700 Subject: [PATCH] (cargo-release) start next development iteration 0.6.5-pre --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2582f57..58932e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" name = "cursive" readme = "Readme.md" repository = "https://github.com/gyscos/Cursive" -version = "0.6.4" +version = "0.6.5-pre" [badges.travis-ci] repository = "gyscos/Cursive"