diff --git a/Makefile b/Makefile index d61be58f..0ab307df 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ # SHELL := /bin/bash -VERSION := 2.1.0 +VERSION := 2.1.1 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 08f02ae6..25e25636 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.1.1", "description": "The UI shell on hawtio-online for kubernetes", "author": "Hawtio developer team", "license": "Apache-2.0",