Browse Source

Version bump web 2022.6.2

pull/34/head
Joseph Flinn 3 years ago
parent
commit
f2a42920c8
  1. 2
      bitwarden.ps1
  2. 2
      bitwarden.sh
  3. 4
      version.json

2
bitwarden.ps1

@ -29,7 +29,7 @@ $runScriptUrl = "https://func.bitwarden.com/api/dl/?app=self-host&platform=windo @@ -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

2
bitwarden.sh

@ -42,7 +42,7 @@ RUN_SCRIPT_URL="https://func.bitwarden.com/api/dl/?app=self-host&platform=linux& @@ -42,7 +42,7 @@ RUN_SCRIPT_URL="https://func.bitwarden.com/api/dl/?app=self-host&platform=linux&
# 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"
echo "bitwarden.sh version $COREVERSION"

4
version.json

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
{
"versions": {
"coreVersion":"2022.6.2",
"webVersion":"2022.5.2",
"webVersion":"2022.6.2",
"keyConnectorVersion":"2022.5.0"
}
}
}

Loading…
Cancel
Save