version property
The semver string that represents the new major/minor/patch version of the module
Implementation
@$pb.TagNumber(2)
$core.String get version => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set version($core.String v) { $_setString(1, v); }