aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGuillaume Pasquet <dev@etenil.net>2022-02-26 09:47:13 +0000
committerGuillaume Pasquet <dev@etenil.net>2022-02-26 09:47:13 +0000
commitcc2839e870c45d284d45fb835ddc940bec8c4975 (patch)
treea708f2ffd8c1427edab3dfbeb2ec35bb856eb8c0 /Cargo.toml
parentdc818bf94fd85ac4ba261d9ede5ca0196fe50710 (diff)
Release 0.2.1 with .env sourcing
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 e10d0d6..1bee62c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "barb"
-version = "0.2.0"
+version = "0.2.1"
edition = "2021"
license = "GPL-3.0-or-later"
description = "Command-line tool to perform file-based HTTP(s) requests."