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";