Skip to content

Commit 5d62c3b

Browse files
Updated core, web, and key-connector versions (#148)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ffd37ee commit 5d62c3b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

bitwarden.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ $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.8.2"
32-
$webVersion = "2023.8.2"
31+
$coreVersion = "2023.8.3"
32+
$webVersion = "2023.8.3"
3333
$keyConnectorVersion = "2023.5.0"
3434

3535
# Functions

bitwarden.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ 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.8.2"
45-
WEBVERSION="2023.8.2"
44+
COREVERSION="2023.8.3"
45+
WEBVERSION="2023.8.3"
4646
KEYCONNECTORVERSION="2023.5.0"
4747

4848
echo "bitwarden.sh version $COREVERSION"

version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"versions": {
3-
"coreVersion":"2023.8.2",
4-
"webVersion":"2023.8.2",
3+
"coreVersion":"2023.8.3",
4+
"webVersion":"2023.8.3",
55
"keyConnectorVersion":"2023.5.0"
66
}
77
}

0 commit comments

Comments
 (0)