@ -29,7 +29,7 @@ $runScriptUrl = "https://func.bitwarden.com/api/dl/?app=self-host&platform=windo
# Please do not create pull requests modifying the version numbers.
$coreVersion = "2022.6.2"
$webVersion = "2022.5.2"
$webVersion = "2022.6.2"
$keyConnectorVersion = "2022.5.0"
# Functions
@ -42,7 +42,7 @@ RUN_SCRIPT_URL="https://func.bitwarden.com/api/dl/?app=self-host&platform=linux&
COREVERSION="2022.6.2"
WEBVERSION="2022.5.2"
WEBVERSION="2022.6.2"
KEYCONNECTORVERSION="2022.5.0"
echo "bitwarden.sh version $COREVERSION"
@ -1,7 +1,7 @@
{
"versions": {
"coreVersion":"2022.6.2",
"webVersion":"2022.5.2",
"webVersion":"2022.6.2",
"keyConnectorVersion":"2022.5.0"
}