From 2cd248a1acb66ace4ba7bcc9994ec4c6306c53d5 Mon Sep 17 00:00:00 2001 From: Chris Mitchell Date: Thu, 5 Mar 2026 15:42:38 +1300 Subject: [PATCH] chore: bump version --- Gemfile.lock | 2 +- lib/xero-ruby/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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