From ada170a78637a507d00fee60a0b1f5cc52cad1bc Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Fri, 29 May 2026 19:16:47 +0900 Subject: [PATCH] Add signature of Parakeet::VERSION --- bindings/ruby/sig/whisper.rbs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bindings/ruby/sig/whisper.rbs b/bindings/ruby/sig/whisper.rbs index a05b2d1da..e14d6d98b 100644 --- a/bindings/ruby/sig/whisper.rbs +++ b/bindings/ruby/sig/whisper.rbs @@ -614,6 +614,8 @@ module Whisper module Parakeet extend LogSettable + VERSION: String + # Control logging output. The default behavior is to print to stderr. # def self.log_set: (nil, Object? user_data) -> nil