Skip to content

Commit

Permalink
Update version for clients as well
Browse files Browse the repository at this point in the history
  • Loading branch information
k0gen authored Nov 7, 2023
1 parent efc6eb0 commit a3d063a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/core/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ fn config() -> Json<Value> {
// This means they expect a version that closely matches the Bitwarden server version
// We should make sure that we keep this updated when we support the new server features
// Version history:
// - Individual cipher key encryption: 2023.9.1
"version": "2023.9.1",
// - Individual cipher key encryption: 2023.10.0
"version": "2023.10.0",
"gitHash": option_env!("GIT_REV"),
"server": {
"name": "Vaultwarden",
Expand Down

0 comments on commit a3d063a

Please sign in to comment.