module Quandl module Client VERSION = '2.4.4' API_VERSION = 'v2' class << self def api_version API_VERSION end end end end