Skip to content

Commit db50f62

Browse files
Bump version to 2.0.1
1 parent aa85781 commit db50f62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "esp-stacktrace-decoder"
33
description = "An ESP stack trace decoder"
4-
version = "2.0.0"
4+
version = "2.0.1"
55
edition = "2018"
66
authors = ["Maxime Borges <[email protected]>"]
77
repository = "https://github.com/esphome/esp-stacktrace-decoder"

src/bin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ enum DumpSource<'a> {
1212

1313
fn main() {
1414
let matches = App::new("hardliner")
15-
.version("2.0.0")
15+
.version("2.0.1")
1616
.about("ESP stacktrace decoder")
1717
.arg(
1818
Arg::with_name("elf")

0 commit comments

Comments
 (0)