From e9f927eb40c408e6ebb833b6c236e77b3a3699a9 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Thu, 18 Oct 2018 13:56:38 -0700 Subject: [PATCH] (cargo-release) version 0.9.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 57c8e08..c6cb2e8 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.9.2-alpha.0" +version = "0.9.2" [badges.travis-ci] repository = "gyscos/Cursive"