From d6e9ea38021db9d4d7232a796ef6030ca99403f9 Mon Sep 17 00:00:00 2001 From: Zakelly Date: Thu, 31 Oct 2024 18:02:54 +0800 Subject: [PATCH] 0.1.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c36ceace2..a5083c129 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)