plugin.[pluginId].version
Specifies the version of the plugin to use.
Key: plugin.[pluginId].version
Type: com.funnelback.plugin.PluginVersion
Can be set in: profile.cfg, collection.cfg
Notes: This option is used by both collections and profiles.
Description
Plugins must be versioned and by default are assumed to be version 1.0.0.
Versions must follow the semver format, in general that looks like:
major.minor.patch
or if you want extra information
major.minor.patch-RELEASE