Version.getVersion

An alias that allows you to call a getter method without accessing the base Name class

class Version
alias getVersion = getName

Meta