From 48ea4c3afebc70f279661840f26835ea16f4b9c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tibor=20=C5=A0imko?= Date: Mon, 3 Feb 2025 18:55:36 +0100 Subject: [PATCH] chore(master): release 0.95.0-alpha.1 (#419) Release-As: 0.95.0 --- Dockerfile | 2 +- LICENSE | 2 +- reana-ui/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 234ecfaf..652e89ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,5 +44,5 @@ LABEL org.opencontainers.image.title="reana-ui" LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-ui" LABEL org.opencontainers.image.vendor="reanahub" # x-release-please-start-version -LABEL org.opencontainers.image.version="0.9.4" +LABEL org.opencontainers.image.version="0.95.0-alpha.1" # x-release-please-end diff --git a/LICENSE b/LICENSE index c1b8cb32..c164ac7b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (C) 2018, 2019, 2020, 2021, 2022, 2023, 2024 CERN. +Copyright (C) 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025 CERN. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/reana-ui/package.json b/reana-ui/package.json index 74b854d6..3f7da660 100644 --- a/reana-ui/package.json +++ b/reana-ui/package.json @@ -1,6 +1,6 @@ { "name": "reana-ui", - "version": "0.9.4", + "version": "0.95.0-alpha.1", "private": true, "dependencies": { "axios": "^1.5.1",