I created a Google Apps script, I've deployed it with Publish > Deploy web app and I'm running it with script.google.com/macros/s/#####/exec?run=ok.
Each time I do a small modification in the code, I need to redo Publish > Deploy web app and change Project version to New.
This is sometimes very annoying because for each small modification, you need to redo this.
Is there a way to make that calling the script from script.google.com/macros/s/#####/exec?run=ok automatically links to the latest version of the code?
