Skip to content

Commit 2fbe883

Browse files
chore(version): bump to 0.0.3
1 parent 29aaa71 commit 2fbe883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/lib/src/health.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use actix_web::{
33
HttpResponse,
44
};
55

6-
pub const API_VERSION: &str = "v0.0.2";
6+
pub const API_VERSION: &str = "v0.0.3";
77

88
pub fn service(cfg: &mut ServiceConfig) {
99
cfg.route("/health", web::get().to(health_check));

0 commit comments

Comments
 (0)