From c89539362bc9a9af4dc3d162a94f9c184d2885be Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Wed, 10 Jul 2024 13:15:02 -0400 Subject: [PATCH] Bump version to v0.15.1 Signed-off-by: Alexandre Terrasa --- Gemfile.lock | 2 +- lib/tapioca/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c98ceed9f..0903e17a5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ GIT PATH remote: . specs: - tapioca (0.15.0) + tapioca (0.15.1) bundler (>= 2.2.25) netrc (>= 0.11.0) parallel (>= 1.21.0) diff --git a/lib/tapioca/version.rb b/lib/tapioca/version.rb index 83893dbe2..7778e314c 100644 --- a/lib/tapioca/version.rb +++ b/lib/tapioca/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module Tapioca - VERSION = "0.15.0" + VERSION = "0.15.1" end