From 805a2414c86bfc834bc410048b86050a2287471e Mon Sep 17 00:00:00 2001 From: Zakelly Date: Wed, 6 Nov 2024 17:46:35 +0800 Subject: [PATCH] [build] Bump version to 0.1.3-beta --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fa6948417..007b6b970 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ #----------------------------------------------- -FORST_VERSION ?= 0.1.2-beta +FORST_VERSION ?= 0.1.3-beta BASH_EXISTS := $(shell which bash) SHELL := $(shell which bash)