This page displays all the published versions of my plugin. The same page exists for games. Furthermore, to obtain the latest version of a game you can just use game.PlaceVersion.
So is there a way to get the “PluginVersion” inside of a plugin script? I am trying to display the current version of the plugin, and right now I have to update it manually each time I republish. Its sort of a mess because sometimes I forget. That is why I’m trying to automate this, and have the user just see the “Plugin Version”. Any help or thoughts are appreciated.
Not sure about doing it on-platform, but Roblox does have a legacy endpoint for this: /assets/{id}/versions. Not that I think it’s particularly useful because you need authentication and permissions to view versions to begin with… you’re probably better off setting up your own versioning format. Store it somewhere that you can change really quickly and then anything that needs to display version can pull it from that, such as an internal configuration ModuleScript.