From f587d1b4af7f132f5d1eb43bc7572b4d2c2c3d74 Mon Sep 17 00:00:00 2001 From: actions-bot Date: Sun, 15 Sep 2024 08:33:05 +0200 Subject: [PATCH] Automatic Version Bump (#329) Co-authored-by: plengauer <100447901+plengauer@users.noreply.github.com> --- Collector/VERSION | 2 +- Scheduler/philbot-scheduler.gemspec | 2 +- Voice/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Collector/VERSION b/Collector/VERSION index abb16582..ed21137e 100644 --- a/Collector/VERSION +++ b/Collector/VERSION @@ -1 +1 @@ -1.9.0 \ No newline at end of file +1.10.0 \ No newline at end of file diff --git a/Scheduler/philbot-scheduler.gemspec b/Scheduler/philbot-scheduler.gemspec index 6cb3a6f1..ad334156 100644 --- a/Scheduler/philbot-scheduler.gemspec +++ b/Scheduler/philbot-scheduler.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'philbot-scheduler' - s.version = '2.10.0' + s.version = '2.11.0' s.summary = "" s.description = "" s.authors = ["Philipp Lengauer"] diff --git a/Voice/pyproject.toml b/Voice/pyproject.toml index 2b69b98a..6cc38353 100644 --- a/Voice/pyproject.toml +++ b/Voice/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "philbot-voice" -version = "2.18.0" +version = "2.19.0" description = "" authors = ["philipp.lengauer "] packages = [{include = "philbot-voice"}]