lib/quandl/client/version.rb in quandl_client-2.10.2 vs lib/quandl/client/version.rb in quandl_client-2.11.0

- old
+ new

@@ -1,15 +1,15 @@ module Quandl -module Client - VERSION = File.read(File.expand_path(File.join(File.dirname(__FILE__), '../../../VERSION'))).strip.rstrip - API_VERSION = 'v2' - - class << self - - def api_version - API_VERSION + module Client + VERSION = '2.11.0' + API_VERSION = 'v2' + + class << self + + def api_version + API_VERSION + end + end - + end - -end end \ No newline at end of file