summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMartin Nordholts <enselic@gmail.com>2021-08-21 19:54:10 +0200
committerMartin Nordholts <enselic@gmail.com>2021-08-22 17:47:12 +0200
commitb146958ecbb8c8c926159509ca7fb32a8573f897 (patch)
treea2c03f61fb18d5b18b6241e01a05e5fdef3423f5 /Cargo.toml
parent15c701b19625bf8f8646238eecb28c2f8f43afeb (diff)
Bump version to v0.18.3v0.18.3release-v0.18.3
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 55bc07eb..efd55836 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.2"
+version = "0.18.3"
exclude = ["assets/syntaxes/*", "assets/themes/*"]
build = "build.rs"
edition = '2018'