diff --git a/lib/constants.rb b/lib/constants.rb old mode 100755 new mode 100644 diff --git a/lib/strongdm.rb b/lib/strongdm.rb index 92cc874..b2ede2e 100644 --- a/lib/strongdm.rb +++ b/lib/strongdm.rb @@ -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. diff --git a/lib/version b/lib/version index dbca480..fb703d4 100644 --- a/lib/version +++ b/lib/version @@ -13,5 +13,5 @@ # limitations under the License. # module SDM - VERSION = "11.11.0" + VERSION = "11.11.2" end diff --git a/lib/version.rb b/lib/version.rb index dbca480..fb703d4 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -13,5 +13,5 @@ # limitations under the License. # module SDM - VERSION = "11.11.0" + VERSION = "11.11.2" end