From 9f73195727d9b38562723453cfc46b00f0729303 Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Wed, 13 Sep 2023 16:05:20 -0400 Subject: [PATCH] Bump version to v0.11.9 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 8785d6d78..e31798760 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ GIT PATH remote: . specs: - tapioca (0.11.8) + tapioca (0.11.9) 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 e6cf3dd1d..c1c60c1e2 100644 --- a/lib/tapioca/version.rb +++ b/lib/tapioca/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module Tapioca - VERSION = "0.11.8" + VERSION = "0.11.9" end