From e89535ba122fac4fbf26997dc6ef2d527873043d Mon Sep 17 00:00:00 2001 From: Markus Stange Date: Wed, 18 Apr 2018 15:31:27 -0400 Subject: [PATCH] (cargo-release) start next development iteration 0.3.2-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 53e3214..31aafc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Markus Stange ", "Jeff Muizelaar "] name = "msvc-demangler" -version = "0.3.1" +version = "0.3.2-alpha.0" keywords = ["demangle", "undecorate", "c-plus-plus", "msvc"] license = "MIT/NCSA" documentation = "https://docs.rs/msvc-demangler/"