Commands for upgrading terraform code from v.13 to v.14

I am not able to find what all commands I need to run and in what sequence for upgrading my code from v.13 to v.14 on windows.
I have installed v.14.11 exe in my system. What next I need to do? run upgrade command or init ? what after that?

Can someone please list out the commands and in what sequence do we need to run them?

Regards,
Aditya

Upgrading Terraform from 0.13 to 0.14 is a pretty easy one. You can just run terraform init and trraform apply to change the state.
Upgrading to Terraform v0.14 | Terraform by HashiCorp is really worth a read.