From b62c66790fe623017157eafa0b0d370c0350e00c Mon Sep 17 00:00:00 2001 From: ialidzhikov Date: Fri, 5 Jul 2019 10:48:50 +0300 Subject: [PATCH] Prefix tags with 'v' Signed-off-by: ialidzhikov --- Makefile | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 82781fa8d..fc59d2798 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ # limitations under the License. DATE=$(shell date -u +%Y-%m-%d) -VERSION=$(shell cat VERSION | sed 's/[-dev]//g') +VERSION=$(shell cat VERSION | sed 's/-dev//g') .PHONY: build build: diff --git a/VERSION b/VERSION index ac59127ba..068cd2955 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.15.0-dev \ No newline at end of file +v0.15.0-dev \ No newline at end of file