Wireguard does not configure routes metric on client

Hi,

i have configure route metric for the routes i added on pritunl server. When using wireguard protocol the routes are set up on the client without the configured metric values. This works fine when using openvpn protocol. Do i need to do something to make the metric appear on my routes with wireguard or is this a bug?

pritunl 1.32.4537.56 (On AWS Linux 2023)
pritunl-client-electron 1.3.4466.51-1 (Arch Linux, installed from pritunl repo)

This is a known limitation, currently only OpenVPN supports route metrics.

This has been added to the repository and will be included in the next release. Use the commands below to install the code from the repository.

sudo pacman -S --noconfirm git go

go install github.com/pritunl/pritunl-client-electron/service@d799073764a523f3b07fcd2aaa69503d947f3fd0
sudo systemctl stop pritunl-client
sudo cp -f ~/go/bin/service /usr/bin/pritunl-client-service
sudo systemctl start pritunl-client

Thanks, works fine.