For a windows subsystem WSL2,I upgraded a ubuntu 18.04 to ubuntu 20.08
The upgrade command
sudo do-release-upgrade
After the installation
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.1 LTS
Release: 20.04
Codename: focal
But at the windows command prompt
wsl -l -v
NAME STATE VERSION
* Ubuntu-18.04 Running 2
docker-desktop Running 2
docker-desktop-data Running 2
I expected wsl to recognize the upgrade from ubuntu 18 to 20
How do i correct wsl -l -v to reflect ubuntu 20.04