From 312b487baa375cefdf96dec6aeb69f20f07e2d92 Mon Sep 17 00:00:00 2001 From: Subash Pradhan Date: Mon, 2 Dec 2024 11:10:07 +0100 Subject: [PATCH] v6.2.2 Release --- 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 5f15f920..d45f6730 100644 --- a/lib/nylas/version.rb +++ b/lib/nylas/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Nylas - VERSION = "6.2.1" + VERSION = "6.2.2" end