mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #977] Version Number #695
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#695
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yodaphone on GitHub (Apr 27, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/977
Subject of the issue
Even after i do a docker pull with bitwardenrs/server:1.14.2, the version number displays Version 2.13.2 in the application.
What am i doing wrong?
Your environment
Steps to reproduce
@bohanwood commented on GitHub (Apr 27, 2020):
Maybe not
@mqus commented on GitHub (Apr 27, 2020):
@brentybh is right, the version you see in the client(the web interface is also a client) is exactly that, the version of the client. If you want to see if the version of your server is right, you have to take a look at the first output from your server. The version should be there somewhere.
But I think it would be good to show the server version somewhere in the admin interface, too (if it is not shown there already)
@bohanwood commented on GitHub (Apr 27, 2020):
@mqus yeah,
@yodaphone commented on GitHub (Apr 28, 2020):
thanks
@mqus commented on GitHub (Apr 29, 2020):
Ah right, then it's a matter of packaging. For me it didn't show up because it couldn't detect the version during the package build process in archlinux. I'll fix that.
Thanks for confirming!