This is an automated email from the ASF dual-hosted git repository. riemer pushed a commit to branch rel/0.90.0 in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit 26a6ca9887f6cecc81c8b6e69e6199175ec951c8 Author: Dominik Riemer <[email protected]> AuthorDate: Mon Jan 9 06:52:13 2023 +0100 [release] Update project version in UI --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index a99a3a7ba..83bacd2e2 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "apache-streampipes", - "version": "0.90.0-SNAPSHOT", + "version": "0.90.0", "description": "Apache StreamPipes user interface", "homepage": "http://streampipes.apache.org", "repository": {
