bump version to v2.6.1 (#2129)

This commit is contained in:
KKRainbow
2026-04-19 16:49:45 +08:00
committed by GitHub
parent 40c6de8e31
commit efc043abbb
12 changed files with 19 additions and 19 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.0".
Target version: "latest", "stable", or a specific tag like "v2.6.1".
Default: "latest"
.PARAMETER InstallDir
@@ -16,7 +16,7 @@
.EXAMPLE
.\install.ps1
.\install.ps1 -Version v2.6.0
.\install.ps1 -Version v2.6.1
.\install.ps1 -InstallDir "C:\EasyTier"
.NOTES