lib/quandl/client/version.rb in quandl_client-0.1.17 vs lib/quandl/client/version.rb in quandl_client-2.0.0
- old
+ new
@@ -1,8 +1,8 @@
module Quandl
module Client
- VERSION = '0.1.17'
- API_VERSION = 'v1'
+ VERSION = '2.0.0'
+ API_VERSION = 'v2'
class << self
def api_version
API_VERSION
\ No newline at end of file