Skip to content

Commit

Permalink
update release notes, beta url, use 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dovholuknf committed Dec 20, 2024
1 parent 2d2ca43 commit 6a173bb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Installer/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $ADV_INST_HOME = "C:\Program Files (x86)\Caphyon\Advanced Installer ${ADV_INST_V
$SIGNTOOL="${ADV_INST_HOME}\third-party\winsdk\x64\signtool.exe"
$ADVINST = "${ADV_INST_HOME}\bin\x86\AdvancedInstaller.com"
$ADVPROJECT = "${scriptPath}\ZitiDesktopEdge.aip"
$ZITI_EDGE_TUNNEL_VERSION="v1.3.2"
$ZITI_EDGE_TUNNEL_VERSION="v1.3.3"

echo "Cleaning previous build folder if it exists"
Remove-Item "${buildPath}" -r -ErrorAction Ignore
Expand Down
2 changes: 1 addition & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## Dependencies

* ziti-tunneler: v1.3.2
* ziti-tunneler: v1.3.3
* ziti-sdk: 1.3.2
* tlsuv: v0.32.9[OpenSSL 3.3.1 4 Jun 2024]

Expand Down
10 changes: 5 additions & 5 deletions release-streams/beta.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "2.5.1.2",
"tag_name": "2.5.1.2",
"published_at": "2024-12-10T10:39:52Z",
"name": "2.5.2.3",
"tag_name": "2.5.2.3",
"published_at": "2024-12-20T07:12:05Z",
"installation_critical": false,
"assets": [
{
"name": "Ziti.Desktop.Edge.Client-2.5.1.2.exe",
"browser_download_url": "https://github.com/openziti/desktop-edge-win/releases/download/2.5.1.2/Ziti.Desktop.Edge.Client-2.5.1.2.exe"
"name": "Ziti.Desktop.Edge.Client-2.5.2.3.exe",
"browser_download_url": "https://github.com/openziti/desktop-edge-win/releases/download/2.5.2.3/Ziti.Desktop.Edge.Client-2.5.2.3.exe"
}
]
}

0 comments on commit 6a173bb

Please sign in to comment.