From 1b4f6b982996828e0f8463205cee463b04d6ab35 Mon Sep 17 00:00:00 2001 From: oberrich <6305520+oberrich@users.noreply.github.com> Date: Wed, 10 Apr 2024 12:50:35 +0200 Subject: [PATCH] bump semver --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 62bb06f..70f5574 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phnt" -version = "0.0.16" +version = "0.0.17" license = "MIT" authors = ["oberrich "] repository = "https://github.com/oberrich/phnt-rs"