Skip to content

Commit

Permalink
Bump version to 1.15.0 (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
nudded authored Oct 29, 2024
1 parent 4a7961d commit c803ba5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
lago-ruby-client (1.12.2)
lago-ruby-client (1.15.0)
jwt
openssl

Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/lago/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Lago
VERSION = '1.12.2'
VERSION = '1.15.0'
end

0 comments on commit c803ba5

Please sign in to comment.