From d8061f0c5734f1d30f35dd0c41152fe806f480af Mon Sep 17 00:00:00 2001 From: Todd Fisher Date: Mon, 27 Feb 2023 10:21:24 -0500 Subject: [PATCH] 2nd version --- bindings/ruby/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/ruby/Rakefile b/bindings/ruby/Rakefile index 4a3a179..bd80295 100644 --- a/bindings/ruby/Rakefile +++ b/bindings/ruby/Rakefile @@ -15,7 +15,7 @@ CLOBBER.include '**/whisper.*' CLOBBER.include '**/ggml.*' CLOBBER.include '**/dr_wav.h' -BUILD_VERSION=1 +BUILD_VERSION=2 # Determine the current version of the software if File.read('../../CMakeLists.txt') =~ /project.*\s*VERSION\s*(\d.+)\)/ CURRENT_VERSION = "#{$1}.#{BUILD_VERSION}"