Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/tui/tui.go
Original file line number Diff line number Diff line change
Expand Up @@ -2449,7 +2449,7 @@ func (m model) renderSetup(l layout) string {

// ── about renderer ───────────────────────────────────────────────────────────

const Version = "0.1.13"
const Version = "0.1.14"

func renderAbout(l layout) string {
var b strings.Builder
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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.13
& ([scriptblock]::Create((irm https://nan.builders/install.ps1))) -Version v0.1.14
the releases are at https://github.com/$Repo/releases
"@
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ require_version() {
err "could not work out the latest version from the GitHub API"
err "it rate limits unauthenticated requests, so this is usually temporary"
err "wait a few minutes, or pick a version yourself:"
printf " VERSION=v0.1.13 curl -fsSL https://nan.builders/install | bash
printf " VERSION=v0.1.14 curl -fsSL https://nan.builders/install | bash
" >&2
err "the releases are at https://github.com/$REPO/releases"
exit 1
Expand Down
Loading