IntelliJ Plugin versioning

What is the recommendation from JetBrains for plugin versioning? With the Flutter IntelliJ plugin, we started with 1.0, and have been bumping up the version, see https://plugins.jetbrains.com/plugin/9212-flutter/edit/versions. This is also what is illustrated in the provided example from JetBrains, intellij-platform-plugin-template/gradle.properties at main · JetBrains/intellij-platform-plugin-template · GitHub.

However for plugins from JetBrains, such as https://plugins.jetbrains.com/plugin/6351-dart/versions/stable, versions are of the form `252.25557.23`, is there a recommended way to have this provided by the IDE that the plugin is built against in the build.gradle.kts file?

JetBrains plugins have such versions only because of monorepository where they are build and released alltogether