diff --git a/Gemfile.lock b/Gemfile.lock index 12d83a2..837fb75 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - lago-ruby-client (1.12.2) + lago-ruby-client (1.15.0) jwt openssl @@ -33,7 +33,7 @@ GEM irb (1.6.3) reline (>= 0.3.0) json (2.7.2) - jwt (2.8.2) + jwt (2.9.3) base64 language_server-protocol (3.17.0.3) minitest (5.19.0) diff --git a/lib/lago/version.rb b/lib/lago/version.rb index 4f7a7b6..f9dd480 100644 --- a/lib/lago/version.rb +++ b/lib/lago/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Lago - VERSION = '1.12.2' + VERSION = '1.15.0' end