From 4c47ed34ed2a0a7f9d3a3f9fc62f16c59843ea49 Mon Sep 17 00:00:00 2001 From: harytfw Date: Fri, 30 Dec 2022 17:04:31 +0800 Subject: [PATCH] release: 2.1.4 Signed-off-by: harytfw --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1e570b1..77069be 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -export BUILD_VERSION ?= 2.1.3 +export BUILD_VERSION ?= 2.1.4 export SRC ?= $(shell realpath ./src) export BUILD_DIR ?= $(shell realpath ./build) export BROWSER_LOCATION ?= $(shell which firefox-developer-edition)