From 7394878c8d1e92e3aed6a43415aa1785941c5da4 Mon Sep 17 00:00:00 2001 From: Zakelly Date: Wed, 6 Nov 2024 18:42:23 +0800 Subject: [PATCH] [build] Bump version to 0.1.3-beta (#25) --- 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)