From 41adde8092cab011c61cab52a584842a532e00c6 Mon Sep 17 00:00:00 2001 From: pdeardorff-r7 Date: Tue, 2 Jun 2026 08:53:27 -0700 Subject: [PATCH] Bump version to 3.1.29 Version 3.1.28 is already published to RubyGems and cannot be re-pushed. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- lib/recog/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/recog/version.rb b/lib/recog/version.rb index 5a4fdd3..73eb776 100644 --- a/lib/recog/version.rb +++ b/lib/recog/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Recog - VERSION = '3.1.28' + VERSION = '3.1.29' end