Skip to content

Commit

Permalink
Remove version from server config info (#4885)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacknewman authored Aug 22, 2024
1 parent 65d11a9 commit aa0fe77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/api/core/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,7 @@ fn config() -> Json<Value> {
"gitHash": option_env!("GIT_REV"),
"server": {
"name": "Vaultwarden",
"url": "https://github.com/dani-garcia/vaultwarden",
"version": crate::VERSION
"url": "https://github.com/dani-garcia/vaultwarden"
},
"environment": {
"vault": domain,
Expand Down

0 comments on commit aa0fe77

Please sign in to comment.