diff --git a/Gemfile.lock b/Gemfile.lock index d8292589..cc6925b5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - xero-ruby (12.4.0) + xero-ruby (13.0.0) faraday (>= 2.0, < 3.0) json (~> 2.1, >= 2.1.0) json-jwt (~> 1.16, >= 1.16.3) diff --git a/lib/xero-ruby/version.rb b/lib/xero-ruby/version.rb index 24af38db..efae1cc2 100644 --- a/lib/xero-ruby/version.rb +++ b/lib/xero-ruby/version.rb @@ -11,5 +11,5 @@ =end module XeroRuby - VERSION = '12.4.0' + VERSION = '13.0.0' end