From 4fd202e4cfe0373679a6422d3cdd68e464507ef2 Mon Sep 17 00:00:00 2001 From: Danilo Grieco Date: Thu, 4 Jul 2024 11:08:41 +0200 Subject: [PATCH] Bump version v0.2.1 --- lib/sharepoint/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sharepoint/version.rb b/lib/sharepoint/version.rb index 07eea6e..1b3afe5 100644 --- a/lib/sharepoint/version.rb +++ b/lib/sharepoint/version.rb @@ -4,7 +4,7 @@ module Sharepoint module Version MAJOR = 0 MINOR = 2 - PATCH = 0 + PATCH = 1 BUILD = nil VERSION = [MAJOR, MINOR, PATCH, BUILD].compact.join('.').freeze