bump version 262 (#2158)

This commit is contained in:
KKRainbow
2026-04-25 10:22:24 +08:00
committed by GitHub
parent b4666be696
commit 2fb41ccbba
14 changed files with 88 additions and 41 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
Copies binaries to the install directory and updates the system PATH.
.PARAMETER Version
Target version: "latest", "stable", or a specific tag like "v2.6.1".
Target version: "latest", "stable", or a specific tag like "v2.6.2".
Default: "latest"
.PARAMETER InstallDir
@@ -16,7 +16,7 @@
.EXAMPLE
.\install.ps1
.\install.ps1 -Version v2.6.1
.\install.ps1 -Version v2.6.2
.\install.ps1 -InstallDir "C:\EasyTier"
.NOTES