aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGuillaume Pasquet <dev@etenil.net>2022-03-26 06:28:44 +0000
committerGuillaume Pasquet <dev@etenil.net>2022-03-26 06:28:44 +0000
commit3560f1c755d432858fe25e5edeb02317ddbbc025 (patch)
treeed5c6ac3a565f8c61e7407cec9aea7ef18c2b697 /Cargo.toml
parent560b78ec1706bd166b146e49f5d93940641fe69e (diff)
Bump version to 0.4.0
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 1512836..e377dde 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "barb"
-version = "0.3.1"
+version = "0.4.0"
edition = "2021"
license = "GPL-3.0-or-later"
description = "Command-line tool to perform file-based HTTP(s) requests."