From 2ebb12a3c953ffcba8bf223d7e0f1cdd33e9574f Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 02:21:34 +0000 Subject: [PATCH] chore(internal): version bump --- .release-please-manifest.json | 2 +- Gemfile.lock | 2 +- lib/openai/version.rb | 2 +- rbi/lib/openai/version.rbi | 2 +- sig/openai/version.rbs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ba6c3483..f14b480a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.1" + ".": "0.1.0-alpha.2" } \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 341cc850..333b95fb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - openai (0.1.0.pre.alpha.1) + openai (0.1.0.pre.alpha.2) connection_pool GEM diff --git a/lib/openai/version.rb b/lib/openai/version.rb index bcab79ff..8175d17f 100644 --- a/lib/openai/version.rb +++ b/lib/openai/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module OpenAI - VERSION = "0.1.0-alpha.1" + VERSION = "0.1.0-alpha.2" end diff --git a/rbi/lib/openai/version.rbi b/rbi/lib/openai/version.rbi index 5366ece5..1f42bc59 100644 --- a/rbi/lib/openai/version.rbi +++ b/rbi/lib/openai/version.rbi @@ -1,5 +1,5 @@ # typed: strong module OpenAI - VERSION = "0.1.0-alpha.1" + VERSION = "0.1.0-alpha.2" end diff --git a/sig/openai/version.rbs b/sig/openai/version.rbs index e4f5239e..b4a8f46d 100644 --- a/sig/openai/version.rbs +++ b/sig/openai/version.rbs @@ -1,3 +1,3 @@ module OpenAI - VERSION: "0.1.0-alpha.1" + VERSION: "0.1.0-alpha.2" end