From cfd398acc524a07ce15da312dd897007a7789d1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A9=20Dupuis?= Date: Mon, 9 Sep 2024 17:12:48 -0700 Subject: [PATCH] Bump version --- Gemfile.lock | 2 +- lib/azure_blob/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a8224d7..c1af9fa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -97,7 +97,7 @@ GIT PATH remote: . specs: - azure-blob (0.4.2) + azure-blob (0.5.0) rexml GEM diff --git a/lib/azure_blob/version.rb b/lib/azure_blob/version.rb index 92cd35d..95fc2a2 100644 --- a/lib/azure_blob/version.rb +++ b/lib/azure_blob/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module AzureBlob - VERSION = "0.4.2" + VERSION = "0.5.0" end