diff --git a/README.md b/README.md index 8efafca..097a7b6 100644 --- a/README.md +++ b/README.md @@ -1543,7 +1543,7 @@ EDITOR=nvim pda edit mykey ```bash ❯ 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 Go: go1.23.0 ok Git: 2.45.0 @@ -1580,7 +1580,7 @@ pda version # or just the release ❯ pda version --short -pda! 2025.52 Christmas release +pda! 2026.14 ``` ### Help diff --git a/cmd/version.go b/cmd/version.go index 8c46579..5e27c90 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -28,7 +28,7 @@ import ( ) var ( - version = "pda! 2025.52 Christmas release" + version = "pda! 2026.14" ) // versionCmd represents the version command