From 60208310366e1dd881ce2f519618efe4d599a3ff Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2025 09:51:20 +0000 Subject: [PATCH] chore(internal): version bump --- .release-please-manifest.json | 2 +- Gemfile.lock | 2 +- lib/onebusaway/version.rb | 2 +- rbi/lib/onebusaway/version.rbi | 2 +- sig/onebusaway/version.rbs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b0699969..08e82c45 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.14" + ".": "0.1.0-alpha.15" } \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index b0b87417..a171aaf5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - onebusaway (0.1.0.pre.alpha.14) + onebusaway (0.1.0.pre.alpha.15) connection_pool GEM diff --git a/lib/onebusaway/version.rb b/lib/onebusaway/version.rb index d9d3ae56..3d78a3ef 100644 --- a/lib/onebusaway/version.rb +++ b/lib/onebusaway/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Onebusaway - VERSION = "0.1.0-alpha.14" + VERSION = "0.1.0-alpha.15" end diff --git a/rbi/lib/onebusaway/version.rbi b/rbi/lib/onebusaway/version.rbi index 26e38f0f..0e3038e2 100644 --- a/rbi/lib/onebusaway/version.rbi +++ b/rbi/lib/onebusaway/version.rbi @@ -1,5 +1,5 @@ # typed: strong module Onebusaway - VERSION = "0.1.0-alpha.14" + VERSION = "0.1.0-alpha.15" end diff --git a/sig/onebusaway/version.rbs b/sig/onebusaway/version.rbs index 078fc092..71f412cc 100644 --- a/sig/onebusaway/version.rbs +++ b/sig/onebusaway/version.rbs @@ -1,3 +1,3 @@ module Onebusaway - VERSION: "0.1.0-alpha.14" + VERSION: "0.1.0-alpha.15" end