File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ $bitwardenScriptUrl = "https://func.bitwarden.com/api/dl/?app=self-host&platform
28
28
$runScriptUrl = " https://func.bitwarden.com/api/dl/?app=self-host&platform=windows&variant=run"
29
29
30
30
# 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 "
33
33
$keyConnectorVersion = " 2023.5.0"
34
34
35
35
# Functions
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ BITWARDEN_SCRIPT_URL="https://func.bitwarden.com/api/dl/?app=self-host&platform=
41
41
RUN_SCRIPT_URL=" https://func.bitwarden.com/api/dl/?app=self-host&platform=linux&variant=run"
42
42
43
43
# 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 "
46
46
KEYCONNECTORVERSION=" 2023.5.0"
47
47
48
48
echo " bitwarden.sh version $COREVERSION "
Original file line number Diff line number Diff line change 1
1
{
2
2
"versions" : {
3
- "coreVersion" :" 2023.8.2 " ,
4
- "webVersion" :" 2023.8.2 " ,
3
+ "coreVersion" :" 2023.8.3 " ,
4
+ "webVersion" :" 2023.8.3 " ,
5
5
"keyConnectorVersion" :" 2023.5.0"
6
6
}
7
7
}
You can’t perform that action at this time.
0 commit comments