This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch tristan/mirror-plugins in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git
commit 05aab68c16288a9560767d888521c5e8ac188cf6 Author: Tristan van Berkom <[email protected]> AuthorDate: Mon Oct 14 18:31:08 2024 +0900 src/buildstream_plugins/__init__.py: Bump version Bumping version to 2.4.0, for the addition of the source mirror plugins. --- src/buildstream_plugins/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buildstream_plugins/__init__.py b/src/buildstream_plugins/__init__.py index cfdef39..e7191e5 100644 --- a/src/buildstream_plugins/__init__.py +++ b/src/buildstream_plugins/__init__.py @@ -15,4 +15,4 @@ # # Remember to adjust this version number before tagging releases # -__version__ = "2.3.0" +__version__ = "2.4.0"
