Skip to content

Commit

Permalink
Updated core, web, and key-connector versions (#83)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 23, 2023
1 parent 676e73a commit 0d47cc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bitwarden.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $bitwardenScriptUrl = "https://func.bitwarden.com/api/dl/?app=self-host&platform
$runScriptUrl = "https://func.bitwarden.com/api/dl/?app=self-host&platform=windows&variant=run"

# Please do not create pull requests modifying the version numbers.
$coreVersion = "2023.2.0"
$coreVersion = "2023.2.1"
$webVersion = "2023.2.0"
$keyConnectorVersion = "2022.5.0"

Expand Down
2 changes: 1 addition & 1 deletion bitwarden.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ BITWARDEN_SCRIPT_URL="https://func.bitwarden.com/api/dl/?app=self-host&platform=
RUN_SCRIPT_URL="https://func.bitwarden.com/api/dl/?app=self-host&platform=linux&variant=run"

# Please do not create pull requests modifying the version numbers.
COREVERSION="2023.2.0"
COREVERSION="2023.2.1"
WEBVERSION="2023.2.0"
KEYCONNECTORVERSION="2022.5.0"

Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"versions": {
"coreVersion":"2023.2.0",
"coreVersion":"2023.2.1",
"webVersion":"2023.2.0",
"keyConnectorVersion":"2022.5.0"
}
Expand Down

0 comments on commit 0d47cc4

Please sign in to comment.