Method: Command::Version.create_version_string

Defined in:
lib/command/version.rb

.create_version_stringObject



17
18
19
20
# File 'lib/command/version.rb', line 17

def self.create_version_string
  postfix = (Narou.commit_version ? "" : " (develop)")
  "#{Narou::VERSION}#{postfix}"
end