File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ BITWARDEN_SCRIPT_URL="https://func.bitwarden.com/api/dl/?app=self-host&platform=
4141RUN_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
4848echo " bitwarden.sh version $COREVERSION "
4949docker --version
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments