chore: bump pinned paqet version to v1.0.0-alpha.15
alpha.15 fixes zero-copy concurrent read buffer invalidation and simplifies client connection logic.
This commit is contained in:
@@ -49,7 +49,7 @@ $ErrorActionPreference = "Stop"
|
||||
# Directories and pinned versions (for stability - update after testing new releases)
|
||||
$InstallDir = "C:\paqet"
|
||||
$PaqetExe = "$InstallDir\paqet_windows_amd64.exe"
|
||||
$PaqetVersion = "v1.0.0-alpha.14" # Pinned paqet version
|
||||
$PaqetVersion = "v1.0.0-alpha.15" # Pinned paqet version
|
||||
$GfkDir = "$InstallDir\gfk"
|
||||
$ConfigFile = "$InstallDir\config.yaml"
|
||||
$SettingsFile = "$InstallDir\settings.conf"
|
||||
|
||||
Reference in New Issue
Block a user