diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3188cedb..315f7d30 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.25" + ".": "0.1.0-alpha.26" } \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 26fecfa1..817a61f1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - onebusaway (0.1.0.pre.alpha.25) + onebusaway (0.1.0.pre.alpha.26) connection_pool GEM diff --git a/lib/onebusaway/version.rb b/lib/onebusaway/version.rb index 6021c28a..d1bb082e 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.25" + VERSION = "0.1.0-alpha.26" end diff --git a/rbi/lib/onebusaway/version.rbi b/rbi/lib/onebusaway/version.rbi index 6c66335c..49e33b23 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.25" + VERSION = "0.1.0-alpha.26" end diff --git a/sig/onebusaway/version.rbs b/sig/onebusaway/version.rbs index fc1de49e..a7031318 100644 --- a/sig/onebusaway/version.rbs +++ b/sig/onebusaway/version.rbs @@ -1,3 +1,3 @@ module Onebusaway - VERSION: "0.1.0-alpha.25" + VERSION: "0.1.0-alpha.26" end