From 5f933f3f6cbc2635758d250fbf8737d8fb8085ee Mon Sep 17 00:00:00 2001 From: dalance Date: Wed, 18 Sep 2019 19:33:20 +0900 Subject: [PATCH] (cargo-release) start next development iteration 0.1.1-alpha.0 --- sv-parser-error/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sv-parser-error/Cargo.toml b/sv-parser-error/Cargo.toml index f700692..761056e 100644 --- a/sv-parser-error/Cargo.toml +++ b/sv-parser-error/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sv-parser-error" -version = "0.1.0" +version = "0.1.1-alpha.0" authors = ["dalance@gmail.com"] repository = "https://github.com/dalance/sv-parser" keywords = ["parser", "verilog", "systemverilog"]