From 38e482f05815de7417b4b5b8e1df356249d2862b Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Tue, 19 Jul 2022 12:50:00 -0400 Subject: [PATCH] Bump to v0.9.2 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 d06470380..287a63855 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,7 +17,7 @@ GIT PATH remote: . specs: - tapioca (0.9.1) + tapioca (0.9.2) bundler (>= 1.17.3) netrc (>= 0.11.0) parallel (>= 1.21.0) diff --git a/lib/tapioca/version.rb b/lib/tapioca/version.rb index 2d99c8be9..f3964423e 100644 --- a/lib/tapioca/version.rb +++ b/lib/tapioca/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module Tapioca - VERSION = "0.9.1" + VERSION = "0.9.2" end