getVersion method

Pointer<Char> getVersion()

Get library version

Implementation

ffi.Pointer<ffi.Char> getVersion() {
  return _getVersion();
}