Skip to content

Commit

Permalink
Release 0.14.0-snapshot.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kiali-bot committed Jan 18, 2019
1 parent c2b4df3 commit 814b614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SHELL=/bin/bash

# Identifies the current build.
# These will be embedded in the app and displayed when it starts.
VERSION ?= v0.14.0-SNAPSHOT
VERSION ?= v0.14.0-snapshot.0
COMMIT_HASH ?= $(shell git rev-parse HEAD)

# Indicates which version of the UI console is to be embedded
Expand All @@ -13,7 +13,7 @@ COMMIT_HASH ?= $(shell git rev-parse HEAD)
# WARNING: If you have previously run the 'docker' target but
# later want to change the CONSOLE_VERSION then you must run
# the 'clean' target first before re-running the 'docker' target.
CONSOLE_VERSION ?= latest
CONSOLE_VERSION ?= 0.14.0-snapshot.0
CONSOLE_LOCAL_DIR ?= ../../../../../kiali-ui

# Version label is used in the OpenShift/K8S resources to identify
Expand Down

0 comments on commit 814b614

Please sign in to comment.