Skip to content

Commit 8192495

Browse files
committed
version to 0.12.13 (hiffy sync change)
1 parent b4f92d5 commit 8192495

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

humility-bin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
[package]
1919
name = "humility-bin"
2020
edition.workspace = true
21-
version = "0.12.12"
21+
version = "0.12.13"
2222
license = "MPL-2.0"
2323

2424
[build-dependencies]

humility-bin/tests/cmd/chip.trycmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For more information try --help
1313

1414
```
1515
$ humility --chip this-can-be-anything -V
16-
humility 0.12.12
16+
humility 0.12.13
1717

1818
```
1919

@@ -28,7 +28,7 @@ For more information try --help
2828

2929
```
3030
$ humility -c apx432 -V
31-
humility 0.12.12
31+
humility 0.12.13
3232

3333
```
3434

humility-bin/tests/cmd/version.trycmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ Long version flag:
22

33
```
44
$ humility --version
5-
humility 0.12.12
5+
humility 0.12.13
66

77
```
88

99
Short version flag:
1010

1111
```
1212
$ humility -V
13-
humility 0.12.12
13+
humility 0.12.13
1414

1515
```

0 commit comments

Comments
 (0)