From 2b6aa6a3fc0504e63df4ac3449e0065a1a4d19d0 Mon Sep 17 00:00:00 2001 From: Sereinity Date: Sun, 11 Aug 2024 23:35:33 +0200 Subject: [PATCH] chore: release version 0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 56a3d45..ae55489 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ofi-pass" -version = "0.4.0" +version = "0.5.0" edition = "2018" authors = ["Sereinity "] license = "AGPL-3.0-or-later"