Skip to content

Commit a08089b

Browse files
authored
Modify for version v0.1.0 (#518)
Signed-off-by: Pravein-Govindan-Kannan <Pravein.Govindan.Kannan@ibm.com>
1 parent 61da281 commit a08089b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/version.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Commit and release info gets compiled into the binary at build time.
22
GIT_COMMIT = $(shell git rev-list -1 HEAD)
3-
GIT_VERSION = $(shell git describe --always --abbrev=7 --dirty --tags)
4-
REL_VERSION ?= latest
5-
REL_CHANNEL ?= latest
3+
GIT_VERSION = $(shell git describe --always --abbrev=7 --tags)
4+
REL_VERSION ?= 0.1.0
5+
REL_CHANNEL ?= 0.1.0
66

77
# These flags are passed to the linker and will configure the version information in the build.
88
VERSION_LD_FLAGS = -X $(BASE_PACKAGE_NAME)/internal/version.channel=$(REL_CHANNEL)

0 commit comments

Comments
 (0)