Skip to content

Commit 23150a9

Browse files
committed
misc: Bump version from 1.5.0 to 1.6.0
1 parent 6aa30ed commit 23150a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
lago-ruby-client (1.5.0)
4+
lago-ruby-client (1.6.0)
55
jwt
66
openssl
77

@@ -32,7 +32,7 @@ GEM
3232
io-console (0.6.0)
3333
irb (1.6.3)
3434
reline (>= 0.3.0)
35-
jwt (2.8.1)
35+
jwt (2.8.2)
3636
base64
3737
minitest (5.19.0)
3838
openssl (3.2.0)

lib/lago/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Lago
4-
VERSION = '1.5.0'
4+
VERSION = '1.6.0'
55
end

0 commit comments

Comments
 (0)