| Module | RVM::Version |
| In: |
lib/rvm/version.rb
|
| VERSION_YAML | = | YAML.load_file(File.expand_path("../VERSION.yml", File.dirname(__FILE__))) | YAML of raw version info | |
| MAJOR | = | VERSION_YAML[:major] | Current major version of rvm | |
| MINOR | = | VERSION_YAML[:minor] | Current minor version of rvm | |
| PATCH | = | VERSION_YAML[:patch] | Current patch level of rvm | |
| STRING | = | [MAJOR, MINOR, PATCH].join(".").freeze | A String with the current rvm version |