1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 16:12:49 -05:00

adding core version number in output for CS (#1051)

This commit is contained in:
Joseph Flinn
2020-12-18 09:33:12 -08:00
committed by GitHub
parent 5c5544a4f4
commit 2a9f878587
2 changed files with 7 additions and 5 deletions

View File

@ -100,6 +100,7 @@ https://bitwarden.com, https://github.com/bitwarden
"
if($env:BITWARDEN_QUIET -ne "true") {
Write-Line "bitwarden.ps1 version ${coreVersion}"
docker --version
docker-compose --version
}