From a5a538194a06317d6e6acb00739f80823f4feb56 Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Mon, 17 Apr 2023 13:30:55 -0600 Subject: [PATCH] Update VER --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index ad686e0..06afe3c 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.2.10"; +const VERSION: &str = "0.3.0"; #[derive(Template)] #[template(path = "hello.html")]