Latest version of CLI

When using the provided install script for linux, the latest version I get, is version 23.0.0

curl -s https://sdk-cdn.mypurecloud.com/external/go-cli/linux/dl/install.sh | sudo bash

But looking into the GitHub repository the latest version is 25.0.0

The output of the version command also says, that 23.0.0 is the latest version. Are there any plans on putting the version 25.0.0 or version 24.0.0 also as download on the CDN?

Current version: 23.0.0
You're all up to date.

Hi Steffen,

The build process determined that there were no changes in the public API definition between version 23.0.0 and 24.0.0 and also between 24.0.0 and 25.0.0 therefore it didn't publish those versions to the CDN.
The next time the public API is deployed with a change (major, minor or patch) the build process will publish the corresponding CLI built from the swagger definition to the CDN and other package managers.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.