Skip to content

Commit

Permalink
Merge pull request #142 from square/mikek/41.0.0.20250123
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
mikekono authored Jan 23, 2025
2 parents b23ea1f + 8b07361 commit a184ac3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/square/api/base_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class BaseApi
attr_accessor :config, :http_call_back

def self.user_agent
'Square-Ruby-SDK/40.1.0.20241218 ({api-version}) {engine}/{engine-version} ({os-info}) {detail}'
'Square-Ruby-SDK/41.0.0.20250123 ({api-version}) {engine}/{engine-version} ({os-info}) {detail}'
end

def self.user_agent_parameters
Expand Down
2 changes: 1 addition & 1 deletion lib/square/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Client
attr_reader :config, :auth_managers

def sdk_version
'40.1.0.20241218'
'41.0.0.20250123'
end

def square_version
Expand Down
2 changes: 1 addition & 1 deletion square.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'square.rb'
s.version = '40.1.0.20241218'
s.version = '41.0.0.20250123'
s.summary = 'square'
s.description = ''
s.authors = ['Square Developer Platform']
Expand Down

0 comments on commit a184ac3

Please sign in to comment.