bflad/knife-rhn

View on GitHub
lib/knife-rhn/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Knife
  module Rhn
    VERSION = "0.3.0"
    MAJOR, MINOR, TINY = VERSION.split('.')
  end
end