From f09ca90bcb03163e9a5bf27aff4f23fb5a567473 Mon Sep 17 00:00:00 2001 From: Breezewish Date: Thu, 5 Mar 2020 13:49:55 +0800 Subject: [PATCH] Fix makefile and bump version Signed-off-by: Breezewish --- Makefile | 2 +- ui/.github_release_version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d54ee2815b..b76b562c7d 100644 --- a/Makefile +++ b/Makefile @@ -55,4 +55,4 @@ endif go build -o bin/tidb-dashboard -ldflags '$(LDFLAGS)' -tags "${BUILD_TAGS}" cmd/tidb-dashboard/main.go run: - bin/tidb-dashboard -debug + bin/tidb-dashboard --debug diff --git a/ui/.github_release_version b/ui/.github_release_version index 6d2b475dfe..b09d8f3ba4 100644 --- a/ui/.github_release_version +++ b/ui/.github_release_version @@ -1,3 +1,3 @@ # This file contains a version number which will be used to release assets to # GitHub. To trigger a new asset release, simply increase this version number. -20200302_1 +20200305_1