lib/github_api/version.rb



# encoding: utf-8

module Github
  module VERSION
    MAJOR = 0
    MINOR = 8
    PATCH = 10
    BUILD = nil

    STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.');
  end
end # Github