From ff63c2c1ce81dc627f414ea72b0e2c2127063eac Mon Sep 17 00:00:00 2001 From: Mostafa Rashed <17770919+mrashed-dev@users.noreply.github.com> Date: Tue, 13 Feb 2024 00:38:53 +0400 Subject: [PATCH] v6.0.1 --- lib/nylas/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nylas/version.rb b/lib/nylas/version.rb index 3e6fcdf8..bea78436 100644 --- a/lib/nylas/version.rb +++ b/lib/nylas/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Nylas - VERSION = "6.0.0" + VERSION = "6.0.1" end