From 75ea7324accf2bf3743f485572c969dd7c1175bc Mon Sep 17 00:00:00 2001 From: Pavlos Smith <57727226+iByteABit256@users.noreply.github.com> Date: Wed, 12 Apr 2023 16:34:07 +0300 Subject: [PATCH] Version update --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7a8a864..2013a56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mrn-generator" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = ["Pavlos Smith "] @@ -9,4 +9,4 @@ authors = ["Pavlos Smith "] [dependencies] chrono = "0.4.23" rand = "0.8.5" -clap = { version = "4.0.29", features = ["derive"] } \ No newline at end of file +clap = { version = "4.0.29", features = ["derive"] }