aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGuillaume Pasquet <dev@etenil.net>2022-02-27 23:14:02 +0000
committerGuillaume Pasquet <dev@etenil.net>2022-02-27 23:14:02 +0000
commitf797f10c2eda28a221759fc26ddf483f41232604 (patch)
treebb0ed036dbc9190e7e7d29565d9fd747d41ac294 /Cargo.toml
parent8e3fde02d8878ba1734305394c63eb841440a327 (diff)
Bump version to 0.2.2
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 c02ca7e..78e2347 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "barb"
-version = "0.2.1"
+version = "0.2.2"
edition = "2021"
license = "GPL-3.0-or-later"
description = "Command-line tool to perform file-based HTTP(s) requests."