mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Version Number #696
Reference in New Issue
Block a user
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).
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 28, 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!