chore: bump version to 2026.14
Some checks are pending
Go / build (push) Waiting to run

This commit is contained in:
Lewis Wynne 2026-04-01 15:15:21 +01:00
parent 2f87f0fd98
commit b614c97f42
2 changed files with 3 additions and 3 deletions

View file

@ -1543,7 +1543,7 @@ EDITOR=nvim pda edit mykey
```bash ```bash
pda doctor pda doctor
ok pda! 2025.52 Christmas release (linux/amd64) ok pda! 2026.14 (linux/amd64)
ok OS: Linux 6.18.7-arch1-1 ok OS: Linux 6.18.7-arch1-1
ok Go: go1.23.0 ok Go: go1.23.0
ok Git: 2.45.0 ok Git: 2.45.0
@ -1580,7 +1580,7 @@ pda version
# or just the release # or just the release
pda version --short pda version --short
pda! 2025.52 Christmas release pda! 2026.14
``` ```
### Help ### Help

View file

@ -28,7 +28,7 @@ import (
) )
var ( var (
version = "pda! 2025.52 Christmas release" version = "pda! 2026.14"
) )
// versionCmd represents the version command // versionCmd represents the version command