Skip to content

Commit 6cf361d

Browse files
Copilotyiwang
andcommitted
Remove unused version field from Status struct
Co-authored-by: yiwang <142937+yiwang@users.noreply.github.com>
1 parent e7fdb48 commit 6cf361d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

crates/server/src/web/app.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ struct Message {
2121
struct Status {
2222
connected: bool,
2323
model: String,
24-
version: String,
2524
}
2625

2726
impl WebApp {
@@ -37,7 +36,6 @@ impl WebApp {
3736
status: Status {
3837
connected: true,
3938
model: "claude-cli/opus".to_string(),
40-
version: "0.3.0".to_string(),
4139
},
4240
}
4341
}

0 commit comments

Comments
 (0)