diff --git a/Gemfile.lock b/Gemfile.lock index be5f7e8..26e5454 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ups-ruby (0.22.0) + ups-ruby (0.23.0) excon (~> 0.45, >= 0.45.3) insensitive_hash (~> 0.3.3) levenshtein-ffi (~> 1.1) diff --git a/lib/ups/version.rb b/lib/ups/version.rb index 6538fce..beaf905 100644 --- a/lib/ups/version.rb +++ b/lib/ups/version.rb @@ -1,7 +1,7 @@ module UPS module Version MAJOR = 0 - MINOR = 22 + MINOR = 23 PATCH = 0 BUILD = nil