From c3342b25857df525c09ab2a667860ce1b6eeec5c Mon Sep 17 00:00:00 2001
From: Paul Richardson
Date: Wed, 20 Nov 2024 15:50:37 +0000
Subject: [PATCH] release: Hawtio-Online 2.2.0
---
Makefile | 2 +-
packages/online-shell/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 474c34ad..c7fc1551 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@
#
SHELL := /bin/bash
-VERSION := 2.1.0
+VERSION := 2.2.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 e4333dd8..b297a2c4 100644
--- a/packages/online-shell/package.json
+++ b/packages/online-shell/package.json
@@ -1,6 +1,6 @@
{
"name": "@hawtio/online-shell",
- "version": "2.1.0",
+ "version": "2.2.0",
"description": "The UI shell on hawtio-online for kubernetes",
"author": "Hawtio developer team",
"license": "Apache-2.0",