hawkular/hawkular-client-ruby

View on GitHub
lib/hawkular/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# Module to talk to Hawkular (http://hawkular.org) components.
# Submodules are provided for individual components
# @see http://hawkular.org
# @see https://github.com/hawkular
module Hawkular
  # Version of the Hawkular Ruby Gem
  VERSION = '5.0.0'.freeze
end