printVersion function

void printVersion()

Get the current version

Implementation

void printVersion() {
  printww('CLI version: $version');
}