From 2e17d89c491711736c3116d446ad6898df655a3a Mon Sep 17 00:00:00 2001 From: superchilled Date: Mon, 12 Dec 2022 12:07:29 +0000 Subject: [PATCH] Bump version and set to a pre-release format --- lib/vonage/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vonage/version.rb b/lib/vonage/version.rb index 480825b7..080cf45f 100644 --- a/lib/vonage/version.rb +++ b/lib/vonage/version.rb @@ -1,5 +1,5 @@ # typed: strong module Vonage - VERSION = '7.8.1' + VERSION = '8.0.0.beta' end