From 24d05cb1c163f8dd429252bcbe14b9f0d554656c Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Thu, 30 May 2024 13:49:11 -0400 Subject: [PATCH] Bump version to v0.14.3 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 d9b694349..fb0d98de4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ GIT PATH remote: . specs: - tapioca (0.14.2) + tapioca (0.14.3) 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 84f98daf7..67767823e 100644 --- a/lib/tapioca/version.rb +++ b/lib/tapioca/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module Tapioca - VERSION = "0.14.2" + VERSION = "0.14.3" end