We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99428ce commit 2134323Copy full SHA for 2134323
Makefile
@@ -1,7 +1,7 @@
1
SHELL=/bin/bash
2
3
# Identifies the current build. Match the same version of Kiali Server and Operator.
4
-VERSION ?= v2.10.0-SNAPSHOT
+VERSION ?= v2.10.0
5
COMMIT_HASH ?= $(shell git rev-parse HEAD)
6
7
# Directories based on the root project directory
0 commit comments