From 9b4925794ec6daf016f035c06d7710797929c9ff Mon Sep 17 00:00:00 2001 From: d-telnyx <68876596+d-telnyx@users.noreply.github.com> Date: Thu, 8 Apr 2021 17:39:56 -0400 Subject: [PATCH] support ruby v3 release (#61) --- VERSION | 2 +- lib/telnyx/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 437459c..e70b452 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.5.0 +2.6.0 diff --git a/lib/telnyx/version.rb b/lib/telnyx/version.rb index 7488c2a..4935a21 100644 --- a/lib/telnyx/version.rb +++ b/lib/telnyx/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Telnyx - VERSION = "2.5.0".freeze + VERSION = "2.6.0".freeze end