From 11aa5a3f7c5a096e44252fea09d7f66f6f0dac80 Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Sat, 19 Feb 2022 08:32:44 -0500 Subject: [PATCH] Increment version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 00bb88d..0063d2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "medallion" readme = "README.md" repository = "https://gitea.cmdln.net/cmdln/medallion" -version = "2.4.2" +version = "2.5.0" edition = "2018" [badges] [badges.travis-ci]