From 970364cb4fe7bf847e6451288e7b62c5f5d77f63 Mon Sep 17 00:00:00 2001 From: SoftFever <103989404+SoftFever@users.noreply.github.com> Date: Sat, 7 Jan 2023 22:07:11 +0800 Subject: [PATCH] bump version to 1.4.2 Signed-off-by: SoftFever <103989404+SoftFever@users.noreply.github.com> --- version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.inc b/version.inc index c0fab87371c..01208d39ffe 100644 --- a/version.inc +++ b/version.inc @@ -10,5 +10,5 @@ endif() if(NOT DEFINED BBL_INTERNAL_TESTING) set(BBL_INTERNAL_TESTING "1") endif() -set(SoftFever_VERSION "1.4.2-dev") +set(SoftFever_VERSION "1.4.2") set(SLIC3R_VERSION "01.04.01.52")