From e11bd4a34fc527280c526e14b9673cd12e27a9bd Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Mon, 17 Apr 2023 15:25:56 -0600 Subject: [PATCH] Update version --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 543f8f3..01b6550 100644 --- a/src/main.rs +++ b/src/main.rs @@ -28,7 +28,7 @@ use sqlx::{Pool, Postgres}; use std::net::SocketAddr; use std::sync::Arc; -const VERSION: &str = "0.3.2"; +const VERSION: &str = "0.3.3"; #[derive(Template)] #[template(path = "hello.html")]