Skip to content

Commit

Permalink
Release v1.73.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kiali-bot committed Jul 1, 2024
1 parent c9433ff commit 65b39be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SHELL=/bin/bash

# Identifies the current build. Match the same version of Kiali Server and Operator.
VERSION ?= v1.73.9
VERSION ?= v1.73.10
COMMIT_HASH ?= $(shell git rev-parse HEAD)

# Directories based on the root project directory
Expand Down
4 changes: 2 additions & 2 deletions plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ossmconsole",
"version": "1.73.9",
"version": "1.73.10",
"private": true,
"repository": {
"type": "git",
Expand Down Expand Up @@ -139,7 +139,7 @@
},
"consolePlugin": {
"name": "ossmconsole",
"version": "1.73.9",
"version": "1.73.10",
"displayName": "OpenShift Service Mesh Console",
"description": "Provides Service Mesh/Istio Observability",
"exposedModules": {
Expand Down

0 comments on commit 65b39be

Please sign in to comment.