Skip to content

Commit 870aeaa

Browse files
Updated core, web, and key-connector versions (#285)
1 parent 2b86849 commit 870aeaa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bitwarden.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $runScriptUrl = "https://func.bitwarden.com/api/dl/?app=self-host&platform=windo
2929

3030
# Please do not create pull requests modifying the version numbers.
3131
$coreVersion = "2024.8.0"
32-
$webVersion = "2024.8.0"
32+
$webVersion = "2024.8.1"
3333
$keyConnectorVersion = "2024.8.0"
3434

3535
# Functions

bitwarden.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ RUN_SCRIPT_URL="https://func.bitwarden.com/api/dl/?app=self-host&platform=linux&
6363

6464
# Please do not create pull requests modifying the version numbers.
6565
COREVERSION="2024.8.0"
66-
WEBVERSION="2024.8.0"
66+
WEBVERSION="2024.8.1"
6767
KEYCONNECTORVERSION="2024.8.0"
6868

6969
echo "bitwarden.sh version $COREVERSION"

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"versions": {
33
"coreVersion":"2024.8.0",
4-
"webVersion":"2024.8.0",
4+
"webVersion":"2024.8.1",
55
"keyConnectorVersion":"2024.8.0"
66
}
77
}

0 commit comments

Comments
 (0)