From 26abe81d3668bcfe5cc7715a1bf3a392534dcd63 Mon Sep 17 00:00:00 2001 From: gVisor bot Date: Sun, 6 Feb 2022 05:08:11 +0800 Subject: [PATCH] [build] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8c8e3ccc..63e1c28b 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ NAME=Clash.Meta BINDIR=bin BRANCH=$(shell git rev-parse --abbrev-ref HEAD) VERSION=$(shell git describe --tags || echo "unknown version" ) -ifeq ($(BRANCH),Feature) +ifeq ($(BRANCH),Alpha) VERSION=alpha-$(shell git rev-parse --short HEAD) endif BUILDTIME=$(shell date -u)