From b91c19d60a034811fa4851012590067e7fe38e96 Mon Sep 17 00:00:00 2001 From: Cameron Koegel <53310569+ckoegel@users.noreply.github.com> Date: Fri, 24 Jun 2022 10:40:40 -0400 Subject: [PATCH] Update Gem Version (#57) --- bandwidth.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bandwidth.gemspec b/bandwidth.gemspec index 565f09b5..2a78698f 100644 --- a/bandwidth.gemspec +++ b/bandwidth.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'bandwidth-sdk' - s.version = '9.4.1' + s.version = '10.0.0' s.summary = 'Bandwidth' s.description = 'The official client SDK for Bandwidht\'s Voice, Messaging, MFA, and WebRTC APIs' s.authors = ['Bandwidth']