Skip to content

Commit

Permalink
11.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SupportSDM committed Sep 26, 2024
1 parent 8050d10 commit bf1c418
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Empty file modified lib/constants.rb
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion lib/strongdm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Client
DEFAULT_BASE_RETRY_DELAY = 0.0030 # 30 ms
DEFAULT_MAX_RETRY_DELAY = 300 # 300 seconds
API_VERSION = "2024-03-28"
USER_AGENT = "strongdm-sdk-ruby/11.11.0"
USER_AGENT = "strongdm-sdk-ruby/11.11.2"
private_constant :DEFAULT_MAX_RETRIES, :DEFAULT_BASE_RETRY_DELAY, :DEFAULT_MAX_RETRY_DELAY, :API_VERSION, :USER_AGENT

# Creates a new strongDM API client.
Expand Down
2 changes: 1 addition & 1 deletion lib/version
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# limitations under the License.
#
module SDM
VERSION = "11.11.0"
VERSION = "11.11.2"
end
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# limitations under the License.
#
module SDM
VERSION = "11.11.0"
VERSION = "11.11.2"
end

0 comments on commit bf1c418

Please sign in to comment.