@version
Syntax
@version versionString
Overview
@version records the version number associated with a symbol. The value is a free-form string — any versioning scheme is accepted.
Example
/**
* @version 2.3.0
*/
class ApiClient {}
See also
Official reference: jsdoc.app/tags-version