getVersion method

String getVersion()

Retrieves the human-readable name of this cookbook.

Implementation

String getVersion() {
  return _native.version;
}