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