versionText method

String versionText()

Generate version text.

Implementation

String versionText() {
  return 'neomage 0.1.0';
}