aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGuillaume Pasquet <dev@etenil.net>2022-03-20 09:05:13 +0000
committerGuillaume Pasquet <dev@etenil.net>2022-03-20 09:05:13 +0000
commit4d76e3d4c852967430b30cff4f6567cb8d7e9235 (patch)
tree18e9d0a8aec3927b6aebdb0f7071ea935d90583f /Cargo.toml
parentd163f893b1fc1b392709a0ceb087b053fc8ebcb6 (diff)
Bump version
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 9fd7ba1..1512836 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "barb"
-version = "0.3.0"
+version = "0.3.1"
edition = "2021"
license = "GPL-3.0-or-later"
description = "Command-line tool to perform file-based HTTP(s) requests."