From 14fa098256a06f681efe6faf11ef099482d8273d Mon Sep 17 00:00:00 2001 From: "Garen J. Torikian" Date: Fri, 19 Dec 2025 12:50:14 -0500 Subject: [PATCH] Force workflow rebuild --- Gemfile.lock | 2 +- lib/tiktoken_ruby/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index cb115ad..5dce568 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - tiktoken_ruby (0.0.14) + tiktoken_ruby (0.0.14.1) rb_sys (~> 0.9) GEM diff --git a/lib/tiktoken_ruby/version.rb b/lib/tiktoken_ruby/version.rb index e012216..d0d097d 100644 --- a/lib/tiktoken_ruby/version.rb +++ b/lib/tiktoken_ruby/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Tiktoken - VERSION = "0.0.14" + VERSION = "0.0.14.1" end