Update rclone not working?

Hey,

I am trying to update to the latest beta version but it does not work. I simply replace the binary file doing the website installation tutorial process:

sudo cp rclone /usr/bin/
sudo chown root:root /usr/bin/rclone
sudo chmod 755 /usr/bin/rclone

sudo mkdir -p /usr/local/share/man/man1
sudo cp rclone.1 /usr/local/share/man/man1/

When I check the version with:

rclone --version

It never happened before. Do you know what’s happening?

Thanks all.

Edit: Deleting /usr/bin/rclone file, it still says it is working :dizzy_face:

The problem was that rclone binary to change was located in /usr/sbin. Problem solved!