Skip to content

Commit

Permalink
Release v1.73.13
Browse files Browse the repository at this point in the history
  • Loading branch information
kiali-bot committed Aug 20, 2024
1 parent 8a81f81 commit 8f5fcf6
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.12
VERSION ?= v1.73.13
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.12",
"version": "1.73.13",
"private": true,
"repository": {
"type": "git",
Expand Down Expand Up @@ -142,7 +142,7 @@
},
"consolePlugin": {
"name": "ossmconsole",
"version": "1.73.12",
"version": "1.73.13",
"displayName": "OpenShift Service Mesh Console",
"description": "Provides Service Mesh/Istio Observability",
"exposedModules": {
Expand Down

0 comments on commit 8f5fcf6

Please sign in to comment.