Skip to content

Commit 732750c

Browse files
committed
Bump version
1 parent 6b6baa3 commit 732750c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT/Apache-2.0"
77
name = "bat"
88
readme = "README.md"
99
repository = "https://github.com/sharkdp/bat"
10-
version = "0.6.2"
10+
version = "0.7.0"
1111
exclude = [
1212
"assets/syntaxes/*",
1313
"assets/themes/*",

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ bat f - g # output 'f', then stdin, then 'g'.
8383
Download the latest `.deb` package from the [release page](https://github.com/sharkdp/bat/releases)
8484
and install it via:
8585
``` bash
86-
sudo dpkg -i bat_0.6.2_amd64.deb # adapt version number and architecture
86+
sudo dpkg -i bat_0.7.0_amd64.deb # adapt version number and architecture
8787
```
8888

8989
### On Arch Linux

0 commit comments

Comments
 (0)