From 8877dfc11a9322ce1990958494cf2e41c54657eb Mon Sep 17 00:00:00 2001 From: KITAITI Makoto Date: Wed, 8 Oct 2025 20:45:20 +0900 Subject: [PATCH] [skip ci]Bump Ruby bindings' version to 1.3.4 (#3461) --- bindings/ruby/whispercpp.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/ruby/whispercpp.gemspec b/bindings/ruby/whispercpp.gemspec index c6e88dff..eac35b8a 100644 --- a/bindings/ruby/whispercpp.gemspec +++ b/bindings/ruby/whispercpp.gemspec @@ -3,7 +3,7 @@ require_relative "extsources" Gem::Specification.new do |s| s.name = "whispercpp" s.authors = ["Georgi Gerganov", "Todd A. Fisher"] - s.version = '1.3.3' + s.version = '1.3.4' s.description = %q{High-performance inference of OpenAI's Whisper automatic speech recognition (ASR) model via Ruby} s.email = 'todd.fisher@gmail.com' s.extra_rdoc_files = ['LICENSE', 'README.md']