get_version method

Pointer<Char> get_version()

Get plugin version information

@return Version string

Implementation

ffi.Pointer<ffi.Char> get_version() {
  return _get_version();
}