From 3008dfee2bf44483ff4fecfcd2410cf3a4062bde Mon Sep 17 00:00:00 2001 From: Kaan Ozkan Date: Thu, 20 Feb 2025 18:09:37 -0500 Subject: [PATCH] Bump version to v0.16.11 --- Gemfile.lock | 2 +- lib/tapioca/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 12f63b8ac..f0608e921 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - tapioca (0.16.10) + tapioca (0.16.11) benchmark bundler (>= 2.2.25) netrc (>= 0.11.0) diff --git a/lib/tapioca/version.rb b/lib/tapioca/version.rb index 846d0bfb6..4d82bc252 100644 --- a/lib/tapioca/version.rb +++ b/lib/tapioca/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module Tapioca - VERSION = "0.16.10" + VERSION = "0.16.11" end