ManageIQ/manageiq-ssh-util

View on GitHub
lib/manageiq/ssh/util/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
module ManageIQ
  class SSH
    class Util
      # The version of the manageiq-ssh-util library
      VERSION = '0.2.0'.freeze
    end
  end
end