From 35c1607e152dd70dddeaa5f804ba9d5ee152b6f7 Mon Sep 17 00:00:00 2001 From: Sam Bonill Date: Sat, 3 Dec 2022 11:16:20 -0500 Subject: [PATCH] new release --- Cargo.toml | 2 +- src/app.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index efed3de..3225ffd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graphul" -version = "0.4.3" +version = "0.4.4" edition = "2021" license = "MIT" categories = ["asynchronous", "network-programming", "web-programming::http-server"] diff --git a/src/app.rs b/src/app.rs index 634fecb..fc7a32c 100644 --- a/src/app.rs +++ b/src/app.rs @@ -1 +1 @@ -pub const VERSION: &str = "0.4.3"; +pub const VERSION: &str = "0.4.4";