Skip to content

Commit

Permalink
Release v1.73.14
Browse files Browse the repository at this point in the history
  • Loading branch information
kiali-bot committed Sep 19, 2024
1 parent bec5953 commit 69bff3e
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.13
VERSION ?= v1.73.14
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.13",
"version": "1.73.14",
"private": true,
"repository": {
"type": "git",
Expand Down Expand Up @@ -141,7 +141,7 @@
},
"consolePlugin": {
"name": "ossmconsole",
"version": "1.73.13",
"version": "1.73.14",
"displayName": "OpenShift Service Mesh Console",
"description": "Provides Service Mesh/Istio Observability",
"exposedModules": {
Expand Down

0 comments on commit 69bff3e

Please sign in to comment.