Incorrect Kubectl Client on Windows, 1.14 instead of 1.21

Cluster information:

Kubernetes version: Server: 1.21.2

Client information:

OS: Windows 10

Hello. I am having an issue not with kubernetes cluster, but with the downloaded client.
Using the instructions here,

I have downloaded kubectl.exe client, both with curl and http download.
The file was moved to C:/K8s/kubectl.exe.
I created Windows ENV with path kubectl : C:/K8s/kubectl.exe

My issue is this

kubectl version --client
Client Version: version.Info{Major:"1", Minor:"14", GitVersion:"v1.14.6", GitCommit:"96fac5cd13a5dc064f7d9f4f23030a6aeface6cc", GitTreeState:"clean", BuildDate:"2019-08-19T11:13:49Z", GoVersion:"go1.12.9", Compiler:"gc", Platform:"windows/amd64"}

To summarize this issue, I have downloaded kubectl 1.21.4 client, but is showing 1.14, which limits my capabilities to deprecated and outdated methods of use. I’m not sure why this is happening and wondered if the community could assist with suggestions. Cheers