Skip to content

Commit

Permalink
Updated core, web, and key-connector versions (#189)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 7, 2023
1 parent 735f6bc commit 81962f4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions bitwarden.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ $bitwardenScriptUrl = "https://func.bitwarden.com/api/dl/?app=self-host&platform
$runScriptUrl = "https://func.bitwarden.com/api/dl/?app=self-host&platform=windows&variant=run"

# Please do not create pull requests modifying the version numbers.
$coreVersion = "2023.10.3"
$webVersion = "2023.10.2"
$keyConnectorVersion = "2023.10.1"
$coreVersion = "2023.12.0"
$webVersion = "2023.12.0"
$keyConnectorVersion = "2023.12.0"

# Functions

Expand Down
6 changes: 3 additions & 3 deletions bitwarden.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ BITWARDEN_SCRIPT_URL="https://func.bitwarden.com/api/dl/?app=self-host&platform=
RUN_SCRIPT_URL="https://func.bitwarden.com/api/dl/?app=self-host&platform=linux&variant=run"

# Please do not create pull requests modifying the version numbers.
COREVERSION="2023.10.3"
WEBVERSION="2023.10.2"
KEYCONNECTORVERSION="2023.10.1"
COREVERSION="2023.12.0"
WEBVERSION="2023.12.0"
KEYCONNECTORVERSION="2023.12.0"

echo "bitwarden.sh version $COREVERSION"
docker --version
Expand Down
6 changes: 3 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": {
"coreVersion":"2023.10.3",
"webVersion":"2023.10.2",
"keyConnectorVersion":"2023.10.1"
"coreVersion":"2023.12.0",
"webVersion":"2023.12.0",
"keyConnectorVersion":"2023.12.0"
}
}

0 comments on commit 81962f4

Please sign in to comment.