Method: Ayadn::Status#version

Defined in:
lib/ayadn/status.rb

#versionObject



501
502
503
504
505
506
507
# File 'lib/ayadn/status.rb', line 501

def version
  puts ayadn()
  say_green :version, "#{VERSION}"
  say_yellow :changelog, "https://github.com/ericdke/na/blob/master/CHANGELOG.md"
  say_yellow :docs, "https://github.com/ericdke/na/tree/master/doc"
  puts "\n\n"
end