summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Peter <sharkdp@users.noreply.github.com>2021-05-13 10:06:50 +0200
committerGitHub <noreply@github.com>2021-05-13 10:06:50 +0200
commit3aea51455b8acf553f4481996f93d7e219130c2b (patch)
tree97c3e92a4b932aab12a2620ca14cd28fba585685 /Cargo.toml
parent9328007d056044b0f04821e484e4b734650dc4b3 (diff)
parentf827ed338bf5702d7f755e57648e7336492e886a (diff)
Merge pull request #1649 from sharkdp/v0.18.1v0.18.1
bat 0.18.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index be2da876..f76aef47 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ homepage = "https://github.com/sharkdp/bat"
license = "MIT/Apache-2.0"
name = "bat"
repository = "https://github.com/sharkdp/bat"
-version = "0.18.0"
+version = "0.18.1"
exclude = ["assets/syntaxes/*", "assets/themes/*"]
build = "build.rs"
edition = '2018'