Module: system

system

The module exports version() function.
Source:

Methods

<static> version() → {String}

This returns a version string of KagoDB library.
Source:
Returns:
version string. e.g. "0.2.23"
Type
String
Example
var version = KagoDB.bundle.system.version();