docs: bump version references to 3.6.8 across README, TUTORIAL, setup.sh, install.ps1

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_011739wMqPJJPttTLLX6YoQH
This commit is contained in:
CyberSecurityUP
2026-08-06 15:27:22 -03:00
co-authored by Claude Opus 4.6
parent a0a477a2bf
commit 105c62af61
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ function Ok ($m) { Write-Host " + $m" -ForegroundColor Green }
function Warn($m){ Write-Host " ! $m" -ForegroundColor Yellow }
Write-Host ""
Write-Host " NeuroSploit installer (Windows) — v3.6.1" -ForegroundColor Cyan
Write-Host " NeuroSploit installer (Windows) — v3.6.8" -ForegroundColor Cyan
# arch → asset arch (only x64 prebuilt today; arm64 falls back to source)
$rawArch = $env:PROCESSOR_ARCHITECTURE
@@ -29,7 +29,7 @@ $ref = $env:NEUROSPLOIT_REF
if (-not $ref) {
try { $ref = (Invoke-RestMethod "https://api.github.com/repos/$slug/releases/latest").tag_name } catch { }
}
if (-not $ref) { $ref = "v3.6.1" }
if (-not $ref) { $ref = "v3.6.8" }
Say "Release: $ref"
New-Item -ItemType Directory -Force -Path $dir | Out-Null