How to programatically find the latest stable version?

Describe the problem/error/question

Currently I’m using GitHub API to get the latest stable release. But it seems that the version is behind the actual one.

Current latest: 0.230.3
GitHub latest: 0.228.2

Is there any other Rest API which I can query to get the current latest version?

Hey @rob_otter,

That is a good question, I have just raised internally that the latest release has not been updated. We do have an internal API that the product uses for version notifications but it is undocumented and I am not fully clear on how it actually works.

One thing I do though which may help is I just grab it from NPM using something like the workflow below.

1 Like

Thanks for your suggestion. I’ll try with npm.

1 Like

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