Browse Source

Merge branch 'master' into DEVOPS-675-add-automation-to-our-release-process-for-digital-ocean-1-click-offering

pull/22/head
Micaiah Martin 4 years ago
parent
commit
62e575fa03
  1. 4
      bitwarden.ps1
  2. 4
      bitwarden.sh
  3. 4
      version.json

4
bitwarden.ps1

@ -28,8 +28,8 @@ $bitwardenScriptUrl = "https://go.btwrdn.co/bw-ps"
$runScriptUrl = "https://go.btwrdn.co/bw-ps-run" $runScriptUrl = "https://go.btwrdn.co/bw-ps-run"
# Please do not create pull requests modifying the version numbers. # Please do not create pull requests modifying the version numbers.
$coreVersion = "1.47.1" $coreVersion = "1.48.1"
$webVersion = "2.27.0" $webVersion = "2.28.1"
$keyConnectorVersion = "1.0.1" $keyConnectorVersion = "1.0.1"
# Functions # Functions

4
bitwarden.sh

@ -41,8 +41,8 @@ BITWARDEN_SCRIPT_URL="https://go.btwrdn.co/bw-sh"
RUN_SCRIPT_URL="https://go.btwrdn.co/bw-sh-run" RUN_SCRIPT_URL="https://go.btwrdn.co/bw-sh-run"
# Please do not create pull requests modifying the version numbers. # Please do not create pull requests modifying the version numbers.
COREVERSION="1.47.1" COREVERSION="1.48.1"
WEBVERSION="2.27.0" WEBVERSION="2.28.1"
KEYCONNECTORVERSION="1.0.1" KEYCONNECTORVERSION="1.0.1"
echo "bitwarden.sh version $COREVERSION" echo "bitwarden.sh version $COREVERSION"

4
version.json

@ -1,7 +1,7 @@
{ {
"versions": { "versions": {
"coreVersion":"1.47.1", "coreVersion":"1.48.1",
"webVersion":"2.27.0", "webVersion":"2.28.1",
"keyConnectorVersion":"1.0.1" "keyConnectorVersion":"1.0.1"
} }
} }
Loading…
Cancel
Save