From 5e1519855d3d552e38cb4bd05e8e3d89c1aec760 Mon Sep 17 00:00:00 2001 From: Ken Treis Date: Fri, 21 Oct 2022 14:44:47 -0700 Subject: [PATCH] Set default API version to 2018-02-08 --- lib/shippo/api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shippo/api.rb b/lib/shippo/api.rb index 477813e..350b6b1 100644 --- a/lib/shippo/api.rb +++ b/lib/shippo/api.rb @@ -12,7 +12,7 @@ module Shippo module API @base = 'https://api.goshippo.com' - @version = '' + @version = '2018-02-08' @token = '' @debug = Integer(ENV['SHIPPO_DEBUG'] || 0) > 0 ? true : false @warnings = true