Skip to content

Commit 0f6b75d

Browse files
Bump version to 2.0.2
1 parent 5f27ebf commit 0f6b75d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.1"
4+
version = "2.0.2"
55
edition = "2018"
66
authors = ["Maxime Borges <contact@maximeborg.es>"]
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.1")
15+
.version("2.0.2")
1616
.about("ESP stacktrace decoder")
1717
.arg(
1818
Arg::with_name("elf")

0 commit comments

Comments
 (0)