From 48110fdb6df90732e3681f9542743a4ccff7dc87 Mon Sep 17 00:00:00 2001 From: Paul Richardson Date: Wed, 29 May 2024 14:22:40 +0100 Subject: [PATCH] release: Hawtio-Online 2.1.0 --- Makefile | 2 +- packages/online-shell/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 721000f8..d61be58f 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ # SHELL := /bin/bash -VERSION := 2.0.0 +VERSION := 2.1.0 LAST_RELEASED_IMAGE_NAME := hawtio/online LAST_RELEASED_VERSION ?= 1.12.0 CONTROLLER_GEN_VERSION := v0.6.1 diff --git a/packages/online-shell/package.json b/packages/online-shell/package.json index 8a32067f..08f02ae6 100644 --- a/packages/online-shell/package.json +++ b/packages/online-shell/package.json @@ -1,6 +1,6 @@ { "name": "@hawtio/online-shell", - "version": "2.0.0", + "version": "2.1.0", "description": "The UI shell on hawtio-online for kubernetes", "author": "Hawtio developer team", "license": "Apache-2.0",