module Quandl module Client VERSION = '0.1.14' API_VERSION = 'v1' class << self def api_version API_VERSION end end end end