aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGuillaume Pasquet <dev@etenil.net>2022-02-24 23:43:52 +0000
committerGuillaume Pasquet <dev@etenil.net>2022-02-24 23:43:52 +0000
commitafb40e676d4aa097dc5f17d3fd021c06eaf6aa72 (patch)
tree48396b2e533825ab0412ff452dd695973fe16be5 /Cargo.toml
parent3517f9d9ff69eebae14e32a3b1550bd920ea3238 (diff)
Bump to v0.2.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 9879254..a761589 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "barb"
-version = "0.1.5"
+version = "0.2.0"
edition = "2021"
license = "GPL-3.0-or-later"
description = "Command-line tool to perform file-based HTTP(s) requests."