diff --git a/internal/tui/tui.go b/internal/tui/tui.go index b71f618..462a5c5 100644 --- a/internal/tui/tui.go +++ b/internal/tui/tui.go @@ -3233,7 +3233,7 @@ func (m model) renderSetup(l layout) string { // ── about renderer ─────────────────────────────────────────────────────────── -const Version = "0.1.19" +const Version = "0.1.20" func renderAbout(l layout) string { var b strings.Builder diff --git a/scripts/install.ps1 b/scripts/install.ps1 index 2a7411c..24e8430 100644 --- a/scripts/install.ps1 +++ b/scripts/install.ps1 @@ -118,7 +118,7 @@ function Get-LatestVersion { could not work out the latest version from the GitHub API it rate limits unauthenticated requests, so this is usually temporary wait a few minutes, or pick a version yourself: - & ([scriptblock]::Create((irm https://nan.builders/install.ps1))) -Version v0.1.19 + & ([scriptblock]::Create((irm https://nan.builders/install.ps1))) -Version v0.1.20 the releases are at https://github.com/$Repo/releases "@ } diff --git a/scripts/install.sh b/scripts/install.sh index 08f6466..efdd2e1 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -84,7 +84,7 @@ require_version() { err "could not work out the latest version from the GitHub API" err "the usual cause is its rate limit on unauthenticated requests, which passes" err "wait a few minutes, or pick a version yourself:" - printf " VERSION=v0.1.19 curl -fsSL https://nan.builders/install | bash + printf " VERSION=v0.1.20 curl -fsSL https://nan.builders/install | bash " >&2 err "the releases are at https://github.com/$REPO/releases" exit 1