summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-06-01 00:33:39 +0200
committersharkdp <davidpeter@web.de>2018-06-01 00:33:39 +0200
commit86c17772053b10431531101686aec64d76a08122 (patch)
tree0536d0dd089208d60c6637343ef275111d3b91fe /Cargo.toml
parent16874ab016c869eb2ee4523c1dead126ce6d183c (diff)
Skip snapshot test if Git is not available
closes #161
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 a2fd53e7..acd2ed86 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ license = "MIT/Apache-2.0"
name = "bat"
readme = "README.md"
repository = "https://github.com/sharkdp/bat"
-version = "0.4.0"
+version = "0.4.1"
exclude = [
"assets/syntaxes/*",
"assets/themes/*",