summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-14 09:29:51 +0200
committerLars Wirzenius <liw@liw.fi>2021-03-14 09:29:51 +0200
commitd7b6c488536e59bdd83bc7b220d3e4e9a06fb69b (patch)
treef47e7ceddb2f4d68411feccefeb35796117bd227 /Cargo.toml
parent962a60d426a333aed9a721b11a53fdf1b1ea1f05 (diff)
downloadvmadm-d7b6c488536e59bdd83bc7b220d3e4e9a06fb69b.tar.gz
build: bump version number to 0.2.1 for releasev0.2.1
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 8da5764..7d6e23d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vmadm"
-version = "0.2.0"
+version = "0.2.1"
authors = ["Lars Wirzenius <liw@liw.fi>"]
edition = "2018"
license = "GPL-3.0-or-later"