How do I enter the version number?

Hey everybody! I need help inputting the version number into this line of code:

<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/amplitudejs@{{version-number}}/dist/amplitude.js"></script>

I know how weird this sounds, but yeah. I’ve tried directly copying the version number, taking away the periods, adding v to the beginning, and so on so forth. Is there any advice you could give me?

Hi @RosieCee,

You can find the latest version of Amplitude from JSDelivr here: amplitudejs CDN by jsDelivr - A CDN for npm and GitHub

For the latest current version (as of today), you’ll want to use this URL:

<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/amplitude.min.js"></script>