Skip to content

Commit 81962f4

Browse files
Updated core, web, and key-connector versions (#189)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 735f6bc commit 81962f4

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

bitwarden.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ $bitwardenScriptUrl = "https://func.bitwarden.com/api/dl/?app=self-host&platform
2828
$runScriptUrl = "https://func.bitwarden.com/api/dl/?app=self-host&platform=windows&variant=run"
2929

3030
# Please do not create pull requests modifying the version numbers.
31-
$coreVersion = "2023.10.3"
32-
$webVersion = "2023.10.2"
33-
$keyConnectorVersion = "2023.10.1"
31+
$coreVersion = "2023.12.0"
32+
$webVersion = "2023.12.0"
33+
$keyConnectorVersion = "2023.12.0"
3434

3535
# Functions
3636

bitwarden.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ BITWARDEN_SCRIPT_URL="https://func.bitwarden.com/api/dl/?app=self-host&platform=
4141
RUN_SCRIPT_URL="https://func.bitwarden.com/api/dl/?app=self-host&platform=linux&variant=run"
4242

4343
# Please do not create pull requests modifying the version numbers.
44-
COREVERSION="2023.10.3"
45-
WEBVERSION="2023.10.2"
46-
KEYCONNECTORVERSION="2023.10.1"
44+
COREVERSION="2023.12.0"
45+
WEBVERSION="2023.12.0"
46+
KEYCONNECTORVERSION="2023.12.0"
4747

4848
echo "bitwarden.sh version $COREVERSION"
4949
docker --version

version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"versions": {
3-
"coreVersion":"2023.10.3",
4-
"webVersion":"2023.10.2",
5-
"keyConnectorVersion":"2023.10.1"
3+
"coreVersion":"2023.12.0",
4+
"webVersion":"2023.12.0",
5+
"keyConnectorVersion":"2023.12.0"
66
}
77
}

0 commit comments

Comments
 (0)