mirror of
https://github.com/bitwarden/self-host.git
synced 2026-06-28 06:15:46 +00:00
Merge pull request #21 from bitwarden/update-versions
Update core, web, and key-connector versions
This commit is contained in:
@@ -29,7 +29,7 @@ $runScriptUrl = "https://go.btwrdn.co/bw-ps-run"
|
||||
|
||||
# Please do not create pull requests modifying the version numbers.
|
||||
$coreVersion = "1.48.1"
|
||||
$webVersion = "2.28.0"
|
||||
$webVersion = "2.28.1"
|
||||
$keyConnectorVersion = "1.0.1"
|
||||
|
||||
# Functions
|
||||
|
||||
@@ -42,7 +42,7 @@ RUN_SCRIPT_URL="https://go.btwrdn.co/bw-sh-run"
|
||||
|
||||
# Please do not create pull requests modifying the version numbers.
|
||||
COREVERSION="1.48.1"
|
||||
WEBVERSION="2.28.0"
|
||||
WEBVERSION="2.28.1"
|
||||
KEYCONNECTORVERSION="1.0.1"
|
||||
|
||||
echo "bitwarden.sh version $COREVERSION"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"versions": {
|
||||
"coreVersion":"1.48.1",
|
||||
"webVersion":"2.28.0",
|
||||
"webVersion":"2.28.1",
|
||||
"keyConnectorVersion":"1.0.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user