Skip to content

Commit 7a9fee4

Browse files
committed
Updated core, web, and key-connector versions
1 parent 97cb326 commit 7a9fee4

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 = "2025.4.0"
32-
$webVersion = "2025.3.1"
31+
$coreVersion = "2025.4.1"
32+
$webVersion = "2025.4.0"
3333
$keyConnectorVersion = "2024.8.0"
3434

3535
# Functions

bitwarden.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ BITWARDEN_SCRIPT_URL="https://func.bitwarden.com/api/dl/?app=self-host&platform=
6565
RUN_SCRIPT_URL="https://func.bitwarden.com/api/dl/?app=self-host&platform=linux&variant=run"
6666

6767
# Please do not create pull requests modifying the version numbers.
68-
COREVERSION="2025.4.0"
69-
WEBVERSION="2025.3.1"
68+
COREVERSION="2025.4.1"
69+
WEBVERSION="2025.4.0"
7070
KEYCONNECTORVERSION="2024.8.0"
7171

7272
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":"2025.4.0",
4-
"webVersion":"2025.3.1",
3+
"coreVersion":"2025.4.1",
4+
"webVersion":"2025.4.0",
55
"keyConnectorVersion":"2024.8.0"
66
}
77
}

0 commit comments

Comments
 (0)